IViewOptions.IsSchemaOwned Property
Gets the Boolean value that determines whether the view schema has an owner.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayDescriptionKeyAttribute("View_IsSchemaOwnedDesc")> _
<DisplayNameKeyAttribute("View_IsSchemaOwnedName")> _
ReadOnly Property IsSchemaOwned As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
A Boolean value that determines whether the view schema has an owner.
If True, the view is owned. Otherwise, False.