Поделиться через


Свойство IsSchemaBound

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayNameKeyAttribute("View_IsSchemaBoundName")> _
<DisplayDescriptionKeyAttribute("View_IsSchemaBoundDesc")> _
ReadOnly Property IsSchemaBound As Boolean
    Get
'Применение
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

Значение свойства

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