CryptographicProvider.Enabled プロパティ
暗号化サービス プロバイダーが有効かどうかを示す Boolean 値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")> _
Public Property Enabled As Boolean
Get
Set
'使用
Dim instance As CryptographicProvider
Dim value As Boolean
value = instance.Enabled
instance.Enabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")]
public bool Enabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"true")]
public:
property bool Enabled {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")>]
member Enabled : bool with get, set
function get Enabled () : boolean
function set Enabled (value : boolean)
プロパティ値
型: System.Boolean
暗号化サービス プロバイダーが有効かどうかを示す Boolean 値です。暗号化サービス プロバイダーが有効な場合は True を、それ以外の場合は False を返します。