Compartilhar via


Propriedade do RDL IViewOptions.IsSchemaOwned

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<DisplayNameKeyAttribute("View_IsSchemaOwnedName")> _
<DisplayDescriptionKeyAttribute("View_IsSchemaOwnedDesc")> _
ReadOnly Property IsSchemaOwned As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IViewOptions Interface

Namespace Microsoft.SqlServer.Management.Smo