Condividi tramite


Interfaccia ISurfaceAreaFacet

An interface that defines surface area facet members.

Questa API non è conforme a CLS. 

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

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

Nel tipo ISurfaceAreaFacet sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica AdHocRemoteQueriesEnabled Gets or sets the AdHocRemoteQueriesEnabled property value.
Proprietà pubblica ClrIntegrationEnabled Gets or sets a value that indicates whether the CLR integration is enabled.
Proprietà pubblica DatabaseMailEnabled Gets or sets a value that indicates whether the database mail is enabled.
Proprietà pubblica OleAutomationEnabled Gets or sets the OleAutomationEnabled property value.
Proprietà pubblica RemoteDacEnabled Gets or sets whether the remote DAC is enabled.
Proprietà pubblica ServiceBrokerEndpointActive Gets or sets the ServiceBrokerEndpointActive property value.
Proprietà pubblica SoapEndpointsEnabled Gets or sets whether the SOAP endpoint is enabled.
Proprietà pubblica SqlMailEnabled Gets or sets a value that indicates whether the Sql mail is enabled.
Proprietà pubblica WebAssistantEnabled Gets or sets a value that indicates whether the web assistant is enabled.
Proprietà pubblica XPCmdShellEnabled Gets or sets a value that indicates whether the XPCmd Shell is enabled.

In alto

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo