Propriedade do RDL IViewOptions.IsSchemaBound
Gets the Boolean value that determines whether a schema is bound to the view.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")> _
<DisplayNameKeyAttribute("View_IsSchemaBoundName")> _
ReadOnly Property IsSchemaBound As Boolean
Get
'Uso
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
Valor da propriedade
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.