Partager via


Propriété IsSchemaBound

Gets or sets a value that indicates whether a schema is bound to the view.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
Property IsSchemaBound As Boolean
    Get
    Set
'Utilisation
Dim instance As IMutableView
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)

Valeur de propriété

Type : System. . :: . .Boolean
true if a schema is bound to the view; otherwise, false.

Implémente

IView. . :: . .IsSchemaBound