ITableOptions.IsSchemaOwned 속성

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

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

구문

‘선언
<DisplayDescriptionKeyAttribute("Table_IsSchemaOwnedDesc")> _
<DisplayNameKeyAttribute("Table_IsSchemaOwnedName")> _
ReadOnly Property IsSchemaOwned As Boolean 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

ITableOptions 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스