次の方法で共有


Configuration.ExtensibleKeyManagementEnabled プロパティ

extensible key management enabled 構成オプションを設定するための ConfigProperty オブジェクトを取得します。

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

構文

'宣言
Public ReadOnly Property ExtensibleKeyManagementEnabled As ConfigProperty 
    Get
'使用
Dim instance As Configuration 
Dim value As ConfigProperty 

value = instance.ExtensibleKeyManagementEnabled
public ConfigProperty ExtensibleKeyManagementEnabled { get; }
public:
property ConfigProperty^ ExtensibleKeyManagementEnabled {
    ConfigProperty^ get ();
}
member ExtensibleKeyManagementEnabled : ConfigProperty
function get ExtensibleKeyManagementEnabled () : ConfigProperty

プロパティ値

型: Microsoft.SqlServer.Management.Smo.ConfigProperty
extensible key management enabled 構成オプションの設定を示す ConfigProperty オブジェクトです。

説明

ExtensibleKeyManagementEnabled プロパティは extensible key management enabled 構成オプションを設定します。 このプロパティは、SQL Server の拡張キー管理を有効にするために使用されます。

使用例

SMO での SQL Server の構成

関連項目

参照

Configuration クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

サーバー構成オプション

sp_configure (Transact-SQL)