次の方法で共有


HostInstanceSettings コンストラクター

定義

オーバーロード

HostInstanceSettings()
HostInstanceSettings(List<ServerSettingsContainerWithNameAttr>)

HostInstanceSettings()

public:
 HostInstanceSettings();
public HostInstanceSettings ();
Public Sub New ()

適用対象

HostInstanceSettings(List<ServerSettingsContainerWithNameAttr>)

public:
 HostInstanceSettings(System::Collections::Generic::List<Microsoft::BizTalk::ExplorerOM::ServerSettingsContainerWithNameAttr ^> ^ h);
public HostInstanceSettings (System.Collections.Generic.List<Microsoft.BizTalk.ExplorerOM.ServerSettingsContainerWithNameAttr> h);
new Microsoft.BizTalk.ExplorerOM.HostInstanceSettings : System.Collections.Generic.List<Microsoft.BizTalk.ExplorerOM.ServerSettingsContainerWithNameAttr> -> Microsoft.BizTalk.ExplorerOM.HostInstanceSettings
Public Sub New (h As List(Of ServerSettingsContainerWithNameAttr))

パラメーター

適用対象