다음을 통해 공유


IsSchemaBound 속성

Gets a value that indicates whether the user-defined function is bound to a schema.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property IsSchemaBound As Boolean
    Get
‘사용 방법
Dim instance As IUserDefinedFunction
Dim value As Boolean

value = instance.IsSchemaBound
bool IsSchemaBound { get; }
property bool IsSchemaBound {
    bool get ();
}
abstract IsSchemaBound : bool
function get IsSchemaBound () : boolean

속성 값

유형: System. . :: . .Boolean
true if the user-defined function is bound to a schema; otherwise, false.