Share via


IMutableUserDefinedFunction.IsSchemaBound Property

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)

Property Value

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

Implements

IUserDefinedFunction.IsSchemaBound