IsSchemaOwned 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

[DisplayDescriptionKeyAttribute("Table_IsSchemaOwnedDesc")]
[DisplayNameKeyAttribute("Table_IsSchemaOwnedName")]
bool IsSchemaOwned { get; }

속성 값

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