Share via


Propriété 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
<DisplayNameKeyAttribute("View_IsSchemaBoundName")> _
<DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")> _
ReadOnly Property IsSchemaBound As Boolean
    Get
'Utilisation
Dim instance As IViewOptions
Dim value As Boolean

value = instance.IsSchemaBound
[DisplayNameKeyAttribute("View_IsSchemaBoundName")]
[DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")]
bool IsSchemaBound { get; }
[DisplayNameKeyAttribute(L"View_IsSchemaBoundName")]
[DisplayDescriptionKeyAttribute(L"View_IsSchemaBoundDesc")]
property bool IsSchemaBound {
    bool get ();
}
[<DisplayNameKeyAttribute("View_IsSchemaBoundName")>]
[<DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")>]
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.