IsSchemaBound 属性

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

语法

声明
Property IsSchemaBound As Boolean
    Get
    Set
用法
Dim instance As IMutableUserDefinedFunction
Dim value As Boolean

value = instance.IsSchemaBound

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

属性值

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

实现

IUserDefinedFunction. . :: . .IsSchemaBound