次の方法で共有


IExplorerView.Host プロパティ

定義

ホストを表示するためのエクスプローラーを取得または設定します。

public:
 property Microsoft::SqlServer::Management::Explorer::IExplorerViewHost ^ Host { Microsoft::SqlServer::Management::Explorer::IExplorerViewHost ^ get(); void set(Microsoft::SqlServer::Management::Explorer::IExplorerViewHost ^ value); };
public Microsoft.SqlServer.Management.Explorer.IExplorerViewHost Host { get; set; }
member this.Host : Microsoft.SqlServer.Management.Explorer.IExplorerViewHost with get, set
Public Property Host As IExplorerViewHost

プロパティ値

ホストを表示するためのエクスプローラー。

適用対象