Свойство IsEncrypted

Gets or sets a value that indicates whether the module is encrypted.

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

Синтаксис

'Декларация
Property IsEncrypted As Boolean
    Get
    Set
'Применение
Dim instance As IMutableUserDefinedFunctionModuleBase
Dim value As Boolean

value = instance.IsEncrypted

instance.IsEncrypted = value
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)

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

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

Реализует

IUserDefinedFunctionModuleBase. . :: . .IsEncrypted