Freigeben über


IsSchemaBound-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Property IsSchemaBound As Boolean
    Get
    Set
'Usage
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)

Eigenschaftswert

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

Implementiert

IUserDefinedFunction. . :: . .IsSchemaBound