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.