다음을 통해 공유


IsInline 속성

Gets or sets 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)

구문

‘선언
Property IsInline As Boolean
    Get
    Set
‘사용 방법
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)

속성 값

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

구현

ITableValuedFunction. . :: . .IsInline