다음을 통해 공유


Owner 속성

Gets the owner of the view options.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayNameKeyAttribute("View_OwnerName")> _
<DisplayDescriptionKeyAttribute("View_OwnerDesc")> _
ReadOnly Property Owner As String
    Get
‘사용 방법
Dim instance As IViewOptions
Dim value As String

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

속성 값

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