IServerSettings 인터페이스

An interface for SQL Server 2012 Policy-Based Management that is based on Settings.

이 API는 CLS 규격이 아닙니다. 

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

구문

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

IServerSettings 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 AuditLevel Gets or sets the audit level for an instance of SQL Server.
공용 속성 BackupDirectory Gets or sets the BackupDirectory property for an instance SQL Server.
공용 속성 DefaultFile Gets or sets the DefaultFile property for an instance of SQL Server.
공용 속성 DefaultLog Gets or sets the DefaultLog property for a String.
공용 속성 LoginMode Gets or sets the ServerLoginMode for an instance of SQL Server.
공용 속성 MailProfile Gets or sets the mail profile for an instance of SQL Server.
공용 속성 NumberOfLogFiles Gets or sets the NumberOfLogFiles property for an instance of SQL Server.
공용 속성 PerfMonMode Gets or sets the PerfMonMode for an instance of SQL Server.
공용 속성 TapeLoadWaitTime Gets or sets the time needed for the loading an instance of SQL Server.

맨 위로 이동

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스