Właściwość IMutableUserDefinedFunction.IsSchemaBound
Pobiera lub ustawia wartość wskazującą, czy funkcja zdefiniowana przez użytkownika jest powiązany ze schematu.
Przestrzeń nazw: Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw: Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)
Składnia
'Deklaracja
Property IsSchemaBound As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
TRUE Jeśli funkcja zdefiniowana przez użytkownika jest związana ze schematu; w przeciwnym razie false.