다음을 통해 공유


ExportedSettings 생성자

정의

오버로드

ExportedSettings()
ExportedSettings(SettingsRoot, HostSettings, HostInstanceSettings)

ExportedSettings()

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

적용 대상

ExportedSettings(SettingsRoot, HostSettings, HostInstanceSettings)

public:
 ExportedSettings(Microsoft::BizTalk::ExplorerOM::SettingsRoot ^ gs, Microsoft::BizTalk::ExplorerOM::HostSettings ^ hs, Microsoft::BizTalk::ExplorerOM::HostInstanceSettings ^ his);
public ExportedSettings (Microsoft.BizTalk.ExplorerOM.SettingsRoot gs, Microsoft.BizTalk.ExplorerOM.HostSettings hs, Microsoft.BizTalk.ExplorerOM.HostInstanceSettings his);
new Microsoft.BizTalk.ExplorerOM.ExportedSettings : Microsoft.BizTalk.ExplorerOM.SettingsRoot * Microsoft.BizTalk.ExplorerOM.HostSettings * Microsoft.BizTalk.ExplorerOM.HostInstanceSettings -> Microsoft.BizTalk.ExplorerOM.ExportedSettings
Public Sub New (gs As SettingsRoot, hs As HostSettings, his As HostInstanceSettings)

매개 변수

적용 대상