共用方式為


IsSchemaOwned 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<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.