Поделиться через


Свойство IsEncrypted

Gets a value that indicates whether the module is encrypted.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property IsEncrypted As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
true if the module is encrypted; otherwise, false.