Freigeben über


Encrypted-Eigenschaft

Gets a value indicating whether the object is encrypted. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property Encrypted As Boolean
    Get
'Usage
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

Eigenschaftswert

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