Свойство Enabled
Gets or sets the Boolean value that specifies whether the cryptographic provider is enabled.
Пространство имен: 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
A Boolean value that specifies whether the cryptographic provider is enabled.
If True, the cryptographic provider is enabled. Otherwise, False.