Свойство IsInline

Gets a value that indicates whether the table-valued function is an inline function.

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

Синтаксис

'Декларация
ReadOnly Property IsInline As Boolean
    Get
'Применение
Dim instance As ITableValuedFunction
Dim value As Boolean

value = instance.IsInline
bool IsInline { get; }
property bool IsInline {
    bool get ();
}
abstract IsInline : bool
function get IsInline () : boolean

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

Тип: System. . :: . .Boolean
true if the table-valued function is an inline function; otherwise, false.