Enabled propriété
Gets or sets the Boolean value that specifies whether the cryptographic provider is enabled.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property Enabled As Boolean
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Boolean
A Boolean value that specifies whether the cryptographic provider is enabled.
If True, the cryptographic provider is enabled. Otherwise, False.