IServerSettings インターフェイス

Settings に基づく、SQL Server 2012 のポリシー ベースの管理のインターフェイスです。

この 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 SQL Server のインスタンスの監査レベルを取得します。値の設定も可能です。
パブリック プロパティ BackupDirectory SQL Server のインスタンスの BackupDirectory プロパティを取得します。値の設定も可能です。
パブリック プロパティ DefaultFile SQL Server のインスタンスの DefaultFile プロパティを取得します。値の設定も可能です。
パブリック プロパティ DefaultLog String の DefaultLog プロパティを取得します。値の設定も可能です。
パブリック プロパティ LoginMode SQL Server のインスタンスの ServerLoginMode を取得します。値の設定も可能です。
パブリック プロパティ MailProfile SQL Server のインスタンスのメール プロファイルを取得します。値の設定も可能です。
パブリック プロパティ NumberOfLogFiles SQL Server のインスタンスの NumberOfLogFiles プロパティを取得します。値の設定も可能です。
パブリック プロパティ PerfMonMode SQL Server のインスタンスの PerfMonMode を取得します。値の設定も可能です。
パブリック プロパティ TapeLoadWaitTime SQL Server のインスタンスの読み込みに必要な時間を取得します。値の設定も可能です。

先頭に戻る

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間