Interface ISurfaceAreaFacet

An interface that defines surface area facet members.

Essa API não é compatível com CLS. 

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

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

O tipo ISurfaceAreaFacet expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública AdHocRemoteQueriesEnabled Gets or sets the AdHocRemoteQueriesEnabled property value.
Propriedade pública ClrIntegrationEnabled Gets or sets the ClrIntegrationEnabled property value.
Propriedade pública DatabaseMailEnabled Gets or sets the DatabaseMailEnabled property value.
Propriedade pública OleAutomationEnabled Gets or sets the OleAutomationEnabled property value.
Propriedade pública RemoteDacEnabled Gets or sets the RemoteDacEnabled property value.
Propriedade pública ServiceBrokerEndpointActive Gets or sets the ServiceBrokerEndpointActive property value.
Propriedade pública SoapEndpointsEnabled Gets or sets the SoapEndpointsEnabled property value.
Propriedade pública SqlMailEnabled Gets or sets the SqlMailEnabled property value.
Propriedade pública WebAssistantEnabled Gets or sets the WebAssistantEnabled property value.
Propriedade pública XPCmdShellEnabled Gets or sets the XPCmdShellEnabled property value.

Início

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência