Partager via


EncryptionEnabled propriété

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("Database_EncryptionEnabledDesc")> _
<DisplayNameKeyAttribute("Database_EncryptionEnabledName")> _
Property EncryptionEnabled As Boolean
    Get
    Set
'Utilisation
Dim instance As IDatabaseOptions
Dim value As Boolean

value = instance.EncryptionEnabled

instance.EncryptionEnabled = value
[DisplayDescriptionKeyAttribute("Database_EncryptionEnabledDesc")]
[DisplayNameKeyAttribute("Database_EncryptionEnabledName")]
bool EncryptionEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"Database_EncryptionEnabledDesc")]
[DisplayNameKeyAttribute(L"Database_EncryptionEnabledName")]
property bool EncryptionEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayDescriptionKeyAttribute("Database_EncryptionEnabledDesc")>]
[<DisplayNameKeyAttribute("Database_EncryptionEnabledName")>]
abstract EncryptionEnabled : bool with get, set
function get EncryptionEnabled () : boolean
function set EncryptionEnabled (value : boolean)

Valeur de la propriété

Type : System. . :: . .Boolean