Condividi tramite


Proprietà ITableOptions.IsSchemaOwned

Gets the Boolean value that determines whether the table schema has an owner.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayDescriptionKeyAttribute("Table_IsSchemaOwnedDesc")> _
<DisplayNameKeyAttribute("Table_IsSchemaOwnedName")> _
ReadOnly Property IsSchemaOwned As Boolean 
    Get
'Utilizzo
Dim instance As ITableOptions 
Dim value As Boolean 

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

Valore proprietà

Tipo: System.Boolean
A Boolean value that determines whether the table schema has an owner.If True, the schema is owned. Otherwise, False.

Vedere anche

Riferimento

ITableOptions Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo