Share via


IViewOptions.Owner Property

Gets the owner of the view options.

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

Syntax

'Declaration
<DisplayDescriptionKeyAttribute("View_OwnerDesc")> _
<DisplayNameKeyAttribute("View_OwnerName")> _
ReadOnly Property Owner As String 
    Get
'Usage
Dim instance As IViewOptions 
Dim value As String 

value = instance.Owner
[DisplayDescriptionKeyAttribute("View_OwnerDesc")]
[DisplayNameKeyAttribute("View_OwnerName")]
string Owner { get; }
[DisplayDescriptionKeyAttribute(L"View_OwnerDesc")]
[DisplayNameKeyAttribute(L"View_OwnerName")]
property String^ Owner {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("View_OwnerDesc")>]
[<DisplayNameKeyAttribute("View_OwnerName")>]
abstract Owner : string
function get Owner () : String

Property Value

Type: System.String
A String value that specifies the owner of the table options.

See Also

Reference

IViewOptions Interface

Microsoft.SqlServer.Management.Smo Namespace