Udostępnij za pośrednictwem


Właściwość View.IsSchemaBound

Pobiera lub ustawia Boolean właściwość, która określa, czy schemat jest związany z widoku.

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

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property IsSchemaBound As Boolean
    Get
    Set
'Użycie
Dim instance As View
Dim value As Boolean

value = instance.IsSchemaBound

instance.IsSchemaBound = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool IsSchemaBound { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
virtual property bool IsSchemaBound {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
abstract IsSchemaBound : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
override IsSchemaBound : bool with get, set
final function get IsSchemaBound () : boolean
final function set IsSchemaBound (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy schemat jest związany z widoku.

Implementacje

IViewOptions.IsSchemaBound

Uwagi

Jeśli True, schemat jest związany z widoku.

Jeśli FAŁSZ (domyślnie), nie jest Brak schematu związany z widoku.