Udostępnij za pośrednictwem


Właściwość IsSchemaOwned

Pobiera Boolean wartość określa, czy schemat widok ma właściciela.

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

Syntax

'Deklaracja
<DisplayNameKeyAttribute("View_IsSchemaOwnedName")> _
<DisplayDescriptionKeyAttribute("View_IsSchemaOwnedDesc")> _
ReadOnly Property IsSchemaOwned As Boolean
    Get
'Użycie
Dim instance As IViewOptions
Dim value As Boolean

value = instance.IsSchemaOwned
[DisplayNameKeyAttribute("View_IsSchemaOwnedName")]
[DisplayDescriptionKeyAttribute("View_IsSchemaOwnedDesc")]
bool IsSchemaOwned { get; }
[DisplayNameKeyAttribute(L"View_IsSchemaOwnedName")]
[DisplayDescriptionKeyAttribute(L"View_IsSchemaOwnedDesc")]
property bool IsSchemaOwned {
    bool get ();
}
[<DisplayNameKeyAttribute("View_IsSchemaOwnedName")>]
[<DisplayDescriptionKeyAttribute("View_IsSchemaOwnedDesc")>]
abstract IsSchemaOwned : bool
function get IsSchemaOwned () : boolean

Wartość właściwości

Typ: System. . :: . .Boolean
A Boolean wartość określa, czy schemat widok ma właściciela.
Jeśli True, widok jest własnością. W przeciwnym razie jest używana wartość False.