Partager via


Propriété Encrypted

Gets a value indicating whether the object is encrypted. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Encrypted As Boolean
    Get
'Utilisation
Dim instance As SfcProperty
Dim value As Boolean

value = instance.Encrypted
public bool Encrypted { get; }
public:
property bool Encrypted {
    bool get ();
}
member Encrypted : bool
function get Encrypted () : boolean

Valeur de propriété

Type : System. . :: . .Boolean
true if encrypted; otherwise, false.