다음을 통해 공유


IsSchemaOwned 속성

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

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

구문

‘선언
<DisplayDescriptionKeyAttribute("View_IsSchemaOwnedDesc")> _
<DisplayNameKeyAttribute("View_IsSchemaOwnedName")> _
ReadOnly Property IsSchemaOwned As Boolean
    Get
‘사용 방법
Dim instance As IViewOptions
Dim value As Boolean

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

속성 값

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