Udostępnij za pośrednictwem


Właściwość IsSchemaOwned

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

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

Syntax

'Deklaracja
<DisplayNameKeyAttribute("Table_IsSchemaOwnedName")> _
<DisplayDescriptionKeyAttribute("Table_IsSchemaOwnedDesc")> _
ReadOnly Property IsSchemaOwned As Boolean
    Get
'Użycie
Dim instance As ITableOptions
Dim value As Boolean

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

Wartość właściwości

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