Table of Contents

Class SqlSurfaceAreaConfiguration

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the surface area configuration of a SQL instance.

public class SqlSurfaceAreaConfiguration : BypassSection
Inheritance
SqlSurfaceAreaConfiguration
Inherited Members

Constructors

SqlSurfaceAreaConfiguration()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlSurfaceAreaConfiguration class.

public SqlSurfaceAreaConfiguration()

Properties

IsAdHocRemoteQueriesEnabled

Gets or sets whether adhoc remote queries are enabled.

public BooleanOption IsAdHocRemoteQueriesEnabled { get; set; }

Property Value

BooleanOption

IsClrIntegrationEnabled

Gets or sets whether common language runtime (CLR) integration is enabled.

public BooleanOption IsClrIntegrationEnabled { get; set; }

Property Value

BooleanOption

IsDatabaseMailEnabled

Gets or sets whether database mail is enabled.

public BooleanOption IsDatabaseMailEnabled { get; set; }

Property Value

BooleanOption

IsOleAutomationEnabled

Gets or sets whether OLE automation is enabled.

public BooleanOption IsOleAutomationEnabled { get; set; }

Property Value

BooleanOption

IsRemoteDacEnabled

Gets or sets whether remote dedicated admin connection (DAC) is enabled.

public BooleanOption IsRemoteDacEnabled { get; set; }

Property Value

BooleanOption

IsServiceBrokerEndpointActive

Gets or sets whether a service broker endpoint is active.

public BooleanOption IsServiceBrokerEndpointActive { get; set; }

Property Value

BooleanOption

IsSoapEndpointActive

Gets or sets whether a SOAP endpoint is active.

public BooleanOption IsSoapEndpointActive { get; set; }

Property Value

BooleanOption

IsSqlMailEnabled

Gets or sets whether SQL mail is enabled.

public BooleanOption IsSqlMailEnabled { get; set; }

Property Value

BooleanOption

IsXPCmdShellEnabled

Gets or sets whether the xp_cmdshell is enabled.

public BooleanOption IsXPCmdShellEnabled { get; set; }

Property Value

BooleanOption

Methods

ToString()

Returns the surface area configuration as a human readable string.

public override string ToString()

Returns

string

The surface area configuration as a human readable string.