Partilhar via


Propriedade do RDL Encrypted

Gets a value indicating whether the object is encrypted. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public ReadOnly Property Encrypted As Boolean
    Get
'Uso
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

Valor da propriedade

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