ITableValuedFunction.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.