Compartir a través de


IsEncrypted Propiedad

Gets a value that indicates whether the module is encrypted.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property IsEncrypted As Boolean
    Get
'Uso
Dim instance As ITrigger
Dim value As Boolean

value = instance.IsEncrypted
bool IsEncrypted { get; }
property bool IsEncrypted {
    bool get ();
}
abstract IsEncrypted : bool
function get IsEncrypted () : boolean

Valor de la propiedad

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