Share via


IMutableTableValuedFunction.IsInline Property

Gets or sets 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
Property IsInline As Boolean 
    Get 
    Set
'Usage
Dim instance As IMutableTableValuedFunction 
Dim value As Boolean 

value = instance.IsInline

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

Property Value

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

See Also

Reference

IMutableTableValuedFunction Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace