共用方式為


IViewOptions.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 中)

語法

'宣告
<DisplayNameKeyAttribute("View_IsSchemaOwnedName")> _
<DisplayDescriptionKeyAttribute("View_IsSchemaOwnedDesc")> _
ReadOnly Property IsSchemaOwned As Boolean 
    Get
'用途
Dim instance As IViewOptions 
Dim value As Boolean 

value = instance.IsSchemaOwned
[DisplayNameKeyAttribute("View_IsSchemaOwnedName")]
[DisplayDescriptionKeyAttribute("View_IsSchemaOwnedDesc")]
bool IsSchemaOwned { get; }
[DisplayNameKeyAttribute(L"View_IsSchemaOwnedName")]
[DisplayDescriptionKeyAttribute(L"View_IsSchemaOwnedDesc")]
property bool IsSchemaOwned {
    bool get ();
}
[<DisplayNameKeyAttribute("View_IsSchemaOwnedName")>]
[<DisplayDescriptionKeyAttribute("View_IsSchemaOwnedDesc")>]
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.

請參閱

參考

IViewOptions 介面

Microsoft.SqlServer.Management.Smo 命名空間