ISurfaceAreaFacet 接口

An interface that defines surface area facet members.

此 API 不符合 CLS。 

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<CLSCompliantAttribute(False)> _
<StateChangeEventAttribute("AUDIT_SERVER_OPERATION_EVENT", "SERVER")> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")> _
<DisplayNameKeyAttribute("ServerSurfaceAreaConfigurationName")> _
<DisplayDescriptionKeyAttribute("ServerSurfaceAreaConfigurationDesc")> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None Or AutomatedPolicyEvaluationMode.CheckOnChanges Or AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public Interface ISurfaceAreaFacet _
    Inherits IDmfFacet
用法
Dim instance As ISurfaceAreaFacet
[CLSCompliantAttribute(false)]
[StateChangeEventAttribute("AUDIT_SERVER_OPERATION_EVENT", "SERVER")]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")]
[DisplayNameKeyAttribute("ServerSurfaceAreaConfigurationName")]
[DisplayDescriptionKeyAttribute("ServerSurfaceAreaConfigurationDesc")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public interface ISurfaceAreaFacet : IDmfFacet
[CLSCompliantAttribute(false)]
[StateChangeEventAttribute(L"AUDIT_SERVER_OPERATION_EVENT", L"SERVER")]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.FacetSR")]
[DisplayNameKeyAttribute(L"ServerSurfaceAreaConfigurationName")]
[DisplayDescriptionKeyAttribute(L"ServerSurfaceAreaConfigurationDesc")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::None|AutomatedPolicyEvaluationMode::CheckOnChanges|AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public interface class ISurfaceAreaFacet : IDmfFacet
[<CLSCompliantAttribute(false)>]
[<StateChangeEventAttribute("AUDIT_SERVER_OPERATION_EVENT", "SERVER")>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.FacetSR")>]
[<DisplayNameKeyAttribute("ServerSurfaceAreaConfigurationName")>]
[<DisplayDescriptionKeyAttribute("ServerSurfaceAreaConfigurationDesc")>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.None|AutomatedPolicyEvaluationMode.CheckOnChanges|AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
type ISurfaceAreaFacet =  
    interface
        interface IDmfFacet
    end
public interface ISurfaceAreaFacet extends IDmfFacet

ISurfaceAreaFacet 类型公开以下成员。

属性

  名称 说明
公共属性 AdHocRemoteQueriesEnabled Gets or sets the AdHocRemoteQueriesEnabled property value.
公共属性 ClrIntegrationEnabled Gets or sets the ClrIntegrationEnabled property value.
公共属性 DatabaseMailEnabled Gets or sets the DatabaseMailEnabled property value.
公共属性 OleAutomationEnabled Gets or sets the OleAutomationEnabled property value.
公共属性 RemoteDacEnabled Gets or sets the RemoteDacEnabled property value.
公共属性 ServiceBrokerEndpointActive Gets or sets the ServiceBrokerEndpointActive property value.
公共属性 SoapEndpointsEnabled Gets or sets the SoapEndpointsEnabled property value.
公共属性 SqlMailEnabled Gets or sets the SqlMailEnabled property value.
公共属性 WebAssistantEnabled Gets or sets the WebAssistantEnabled property value.
公共属性 XPCmdShellEnabled Gets or sets the XPCmdShellEnabled property value.

页首

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。