Udostępnij przez


Właściwość IView.IsSchemaBound

Pobiera wartość wskazująca, czy schemat jest związany z widoku.

Przestrzeń nazw:  Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw:  Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)

Składnia

'Deklaracja
ReadOnly Property IsSchemaBound As Boolean
    Get
'Użycie
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

Wartość właściwości

Typ: System.Boolean
TRUE Jeśli schemat jest związany z widoku; w przeciwnym razie false.