共用方式為


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 命名空間