Delen via


UserDefinedFunction.IsSchemaBound Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property IsSchemaBound As Boolean
    Get
    Set
'Usage
Dim instance As UserDefinedFunction
Dim value As Boolean

value = instance.IsSchemaBound

instance.IsSchemaBound = value
[SfcPropertyAttribute]
public bool IsSchemaBound { get; set; }
[SfcPropertyAttribute]
public:
property bool IsSchemaBound {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member IsSchemaBound : bool with get, set
function get IsSchemaBound () : boolean
function set IsSchemaBound (value : boolean)

Property Value

Type: System.Boolean
A Boolean value that specifies the whether user-defined function is schema bound.
If True, the user-defined function is schema bound.
If False (default), the user-defined function is not schema bound.