次の方法で共有


IServerSettings インターフェイス

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

この API は、CLS に準拠していません。 

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

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

IServerSettings 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ AuditLevel SQL Server のインスタンスの AuditLevel プロパティを取得します。値の設定も可能です。
パブリック プロパティ BackupDirectory SQL Server のインスタンスの BackupDirectory プロパティを取得します。値の設定も可能です。
パブリック プロパティ DefaultFile SQL Server のインスタンスの DefaultFile プロパティを取得します。値の設定も可能です。
パブリック プロパティ DefaultLog String の DefaultLog プロパティを取得します。値の設定も可能です。
パブリック プロパティ LoginMode SQL Server のインスタンスの ServerLoginMode を取得します。値の設定も可能です。
パブリック プロパティ MailProfile SQL Server のインスタンスの MailProfile プロパティを取得します。値の設定も可能です。
パブリック プロパティ NumberOfLogFiles SQL Server のインスタンスの NumberOfLogFiles プロパティを取得します。値の設定も可能です。
パブリック プロパティ PerfMonMode SQL Server のインスタンスの PerfMonMode を取得します。値の設定も可能です。
パブリック プロパティ TapeLoadWaitTime SQL Server のインスタンスの TapeLoadWaitTime プロパティを取得します。値の設定も可能です。

先頭に戻る

説明

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