Partager via


Propriété IViewOptions.IsSchemaBound

Gets the Boolean value that determines whether a schema is bound to the view.

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

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")> _
<DisplayNameKeyAttribute("View_IsSchemaBoundName")> _
ReadOnly Property IsSchemaBound As Boolean 
    Get
'Utilisation
Dim instance As IViewOptions 
Dim value As Boolean 

value = instance.IsSchemaBound
[DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")]
[DisplayNameKeyAttribute("View_IsSchemaBoundName")]
bool IsSchemaBound { get; }
[DisplayDescriptionKeyAttribute(L"View_IsSchemaBoundDesc")]
[DisplayNameKeyAttribute(L"View_IsSchemaBoundName")]
property bool IsSchemaBound {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")>]
[<DisplayNameKeyAttribute("View_IsSchemaBoundName")>]
abstract IsSchemaBound : bool
function get IsSchemaBound () : boolean

Valeur de propriété

Type : System.Boolean
A Boolean value that determines whether a schema is bound to the view.If True, the view is schema-bound. Otherwise, False.

Voir aussi

Référence

IViewOptions Interface

Espace de noms Microsoft.SqlServer.Management.Smo