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.