IsSchemaBound Propiedad
Gets a value that indicates whether the user-defined function is bound to a schema.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property IsSchemaBound As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the user-defined function is bound to a schema; otherwise, false.