ITableValuedFunction.IsInline Property
Gets a value that indicates whether the table-valued function is an inline function.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property IsInline As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the table-valued function is an inline function; otherwise, false.