Свойство IsSqlClr

Gets or sets a value that indicates whether this is a CLR module.

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

Синтаксис

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

value = instance.IsSqlClr

instance.IsSqlClr = value
bool IsSqlClr { get; set; }
property bool IsSqlClr {
    bool get ();
    void set (bool value);
}
abstract IsSqlClr : bool with get, set
function get IsSqlClr () : boolean
function set IsSqlClr (value : boolean)

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

Тип: System. . :: . .Boolean
true if this is a CLR module; otherwise, false.

Реализует

IStoredProcedure. . :: . .IsSqlClr