Condividi tramite


Proprietà ISqlView.IsSchemaBound

Ottiene o imposta un valore che modella l'attributo SCHEMABINDING.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property IsSchemaBound As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlView Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel