共用方式為


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