Condividi tramite


Proprietà ISqlSubroutine.IsEncrypted

Ottiene o imposta un valore che indica se la subroutine è crittografata.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsEncrypted As Boolean
    Get
    Set
bool IsEncrypted { get; set; }
property bool IsEncrypted {
    bool get ();
    void set (bool value);
}
abstract IsEncrypted : bool with get, set
function get IsEncrypted () : boolean
function set IsEncrypted (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlSubroutine Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel