Aracılığıyla paylaş


ISqlTrigger.IsEncrypted Özellik

Alır veya tetikleyici şifrelenmiş olup olmadığını gösteren bir değeri ayarlar.

Ad alanı:  Microsoft.Data.Schema.Sql.SchemaModel
Derleme:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.Boolean

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ISqlTrigger Arabirim

Microsoft.Data.Schema.Sql.SchemaModel Ad Alanı