다음을 통해 공유


IServerSetupFacet 인터페이스

Represents the Policy-Based Management facet interface for setting up an instance of SQL Server.

이 API는 CLS와 호환되지 않습니다. 

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<DisplayNameKeyAttribute("IServerSetupFacet_Name")> _
<CLSCompliantAttribute(False)> _
<DisplayDescriptionKeyAttribute("IServerSetupFacet_Desc")> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")> _
Public Interface IServerSetupFacet _
    Inherits IDmfFacet
‘사용 방법
Dim instance As IServerSetupFacet
[DisplayNameKeyAttribute("IServerSetupFacet_Name")]
[CLSCompliantAttribute(false)]
[DisplayDescriptionKeyAttribute("IServerSetupFacet_Desc")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")]
public interface IServerSetupFacet : IDmfFacet
[DisplayNameKeyAttribute(L"IServerSetupFacet_Name")]
[CLSCompliantAttribute(false)]
[DisplayDescriptionKeyAttribute(L"IServerSetupFacet_Desc")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.LocalizableResources")]
public interface class IServerSetupFacet : IDmfFacet
[<DisplayNameKeyAttribute("IServerSetupFacet_Name")>]
[<CLSCompliantAttribute(false)>]
[<DisplayDescriptionKeyAttribute("IServerSetupFacet_Desc")>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")>]
type IServerSetupFacet =  
    interface
        interface IDmfFacet
    end
public interface IServerSetupFacet extends IDmfFacet