IUserDefinedFunction.IsSchemaBound Property
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
'Declaration
ReadOnly Property IsSchemaBound As Boolean
Get
'Usage
Dim instance As IUserDefinedFunction
Dim value As Boolean
value = instance.IsSchemaBound
bool IsSchemaBound { get; }
property bool IsSchemaBound {
bool get ();
}
abstract IsSchemaBound : bool
function get IsSchemaBound () : boolean
Property Value
Type: System.Boolean
true if the user-defined function is bound to a schema; otherwise, false.