IsSchemaBound Propiedad
Gets or sets 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
Property IsSchemaBound As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the user-defined function is bound to a schema; otherwise, false.