Свойство IViewOptions.Owner

Gets the owner of the view options.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayDescriptionKeyAttribute("View_OwnerDesc")> _
<DisplayNameKeyAttribute("View_OwnerName")> _
ReadOnly Property Owner As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
A String value that specifies the owner of the table options.

См. также

Справочник

IViewOptions Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo