Propriété IsSchemaBound
Gets 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
ReadOnly Property IsSchemaBound As Boolean
Get
'Utilisation
Dim instance As IView
Dim value As Boolean
value = instance.IsSchemaBound
bool IsSchemaBound { get; }
property bool IsSchemaBound {
bool get ();
}
abstract IsSchemaBound : bool
function get IsSchemaBound () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if a schema is bound to the view; otherwise, false.
Voir aussi