ISurfaceAreaFacet Interface
SQL Server 2012
An interface that defines surface area facet members.
This API is not CLS-compliant. Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayDescriptionKeyAttribute("ServerSurfaceAreaConfigurationDesc")] [LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")] [StateChangeEventAttribute("ALTER_ENDPOINT", "SERVER")] [CLSCompliantAttribute(false)] [StateChangeEventAttribute("AUDIT_SERVER_OPERATION_EVENT", "SERVER")] [DisplayNameKeyAttribute("ServerSurfaceAreaConfigurationName")] [StateChangeEventAttribute("CREATE_ENDPOINT", "SERVER")] [StateChangeEventAttribute("SAC_ENDPOINT_CHANGE", "SERVER")] [EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)] [TypeConverterAttribute(typeof(LocalizableTypeConverter))] public interface ISurfaceAreaFacet : IDmfFacet
The ISurfaceAreaFacet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AdHocRemoteQueriesEnabled | Gets or sets the AdHocRemoteQueriesEnabled property value. |
![]() | ClrIntegrationEnabled | Gets or sets a value that indicates whether the CLR integration is enabled. |
![]() | DatabaseMailEnabled | Gets or sets a value that indicates whether the database mail is enabled. |
![]() | OleAutomationEnabled | Gets or sets the OleAutomationEnabled property value. |
![]() | RemoteDacEnabled | Gets or sets whether the remote DAC is enabled. |
![]() | ServiceBrokerEndpointActive | Gets or sets the ServiceBrokerEndpointActive property value. |
![]() | SoapEndpointsEnabled | Gets or sets whether the SOAP endpoint is enabled. |
![]() | SqlMailEnabled | Gets or sets a value that indicates whether the Sql mail is enabled. |
![]() | WebAssistantEnabled | Gets or sets a value that indicates whether the web assistant is enabled. |
![]() | XPCmdShellEnabled | Gets or sets a value that indicates whether the XPCmd Shell is enabled. |
