IUserDefinedFunction.IsSchemaBound Property

 

Applies To: SQL Server 2016 Preview

Gets 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

bool IsSchemaBound { get; }
property bool IsSchemaBound {
    bool get();
}
abstract IsSchemaBound : bool with get
ReadOnly Property IsSchemaBound As Boolean

Property Value

Type: System.Boolean

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

See Also

IUserDefinedFunction Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top