HostInstanceSettings Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
HostInstanceSettings() | |
HostInstanceSettings(List<ServerSettingsContainerWithNameAttr>) |
HostInstanceSettings()
public:
HostInstanceSettings();
public HostInstanceSettings ();
Public Sub New ()
Gilt für:
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))