ビュー オプションの所有者を取得します。
名前空間: 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
テーブル オプションの所有者を指定する String 値です。