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