Свойство IsSchemaBound
Gets a value that indicates whether a schema is bound to the view.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property IsSchemaBound As Boolean
Get
'Применение
Dim instance As IView
Dim value As Boolean
value = instance.IsSchemaBound
bool IsSchemaBound { get; }
property bool IsSchemaBound {
bool get ();
}
abstract IsSchemaBound : bool
function get IsSchemaBound () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if a schema is bound to the view; otherwise, false.
См. также