Condividi tramite


Proprietà IViewOptions.IsSchemaBound

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")> _
<DisplayNameKeyAttribute("View_IsSchemaBoundName")> _
ReadOnly Property IsSchemaBound As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IViewOptions Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo