Enabled プロパティ

暗号化サービス プロバイダが有効かどうかを示す Boolean 値を取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute> _
Public Property Enabled As Boolean
    Get
    Set
'使用
Dim instance As CryptographicProvider
Dim value As Boolean

value = instance.Enabled

instance.Enabled = value
[SfcPropertyAttribute]
public bool Enabled { get; set; }
[SfcPropertyAttribute]
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)

プロパティ値

型: System. . :: . .Boolean
暗号化サービス プロバイダが有効かどうかを示す Boolean 値です。
True の場合、暗号化サービス プロバイダは有効です。False の場合、暗号化サービス プロバイダは有効ではありません。