IServerSettings-Schnittstelle

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

Diese API ist nicht mit CLS kompatibel. 

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

Syntax

'Declaration
<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
'Usage
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

Der IServerSettings-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AuditLevel Gets or sets the audit level for an instance of SQL Server.
Öffentliche Eigenschaft BackupDirectory Gets or sets the BackupDirectory property for an instance SQL Server.
Öffentliche Eigenschaft DefaultFile Gets or sets the DefaultFile property for an instance of SQL Server.
Öffentliche Eigenschaft DefaultLog Gets or sets the DefaultLog property for a String.
Öffentliche Eigenschaft LoginMode Gets or sets the ServerLoginMode for an instance of SQL Server.
Öffentliche Eigenschaft MailProfile Gets or sets the mail profile for an instance of SQL Server.
Öffentliche Eigenschaft NumberOfLogFiles Gets or sets the NumberOfLogFiles property for an instance of SQL Server.
Öffentliche Eigenschaft PerfMonMode Gets or sets the PerfMonMode for an instance of SQL Server.
Öffentliche Eigenschaft TapeLoadWaitTime Gets or sets the time needed for the loading an instance of SQL Server.

Zum Anfang

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace