次の方法で共有


ManagementChannel(Connection, ConnectionInfo) コンストラクター

定義

ManagementChannel クラスの新しいインスタンスを初期化します。

protected:
 ManagementChannel(Microsoft::Web::Management::Client::Connection ^ connection, Microsoft::Web::Management::Client::ConnectionInfo ^ connectionInfo);
protected ManagementChannel (Microsoft.Web.Management.Client.Connection connection, Microsoft.Web.Management.Client.ConnectionInfo connectionInfo);
new Microsoft.Web.Management.Client.ManagementChannel : Microsoft.Web.Management.Client.Connection * Microsoft.Web.Management.Client.ConnectionInfo -> Microsoft.Web.Management.Client.ManagementChannel

パラメーター

connection
Connection

アプリケーション、サーバー、またはサイトへの接続を表します。

connectionInfo
ConnectionInfo

シリアル化可能な形式の接続に関する情報。

注釈

開発者は、 プロパティと プロパティをconnection使用して、 パラメーターと connectionInfoConnectionInfo パラメーターの値をConnection取得できます。

適用対象