Proprietà SfcProperty.Encrypted
Gets a value indicating whether the object is encrypted. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Encrypted As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if encrypted; otherwise, false.