Share via


SfcProperty.Encrypted Property

Gets a value indicating whether the object is encrypted. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Property Value

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