GlobalCommon Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| GlobalCommon() | |
| GlobalCommon(String) | |
| GlobalCommon(SqlDatabase, SqlDatabase) | |
| GlobalCommon(String, String) |
GlobalCommon()
public:
GlobalCommon();
public GlobalCommon ();
Public Sub New ()
Applies to
GlobalCommon(String)
public:
GlobalCommon(System::String ^ BtsMgmtDbConnectionString);
public GlobalCommon (string BtsMgmtDbConnectionString);
new Microsoft.BizTalk.Edi.PartnerAgreementManager.GlobalCommon : string -> Microsoft.BizTalk.Edi.PartnerAgreementManager.GlobalCommon
Public Sub New (BtsMgmtDbConnectionString As String)
Parameters
- BtsMgmtDbConnectionString
- String
Applies to
GlobalCommon(SqlDatabase, SqlDatabase)
public:
GlobalCommon(Microsoft::BizTalk::Edi::PartnerAgreementManager::SqlDatabase ^ mgmtdb, Microsoft::BizTalk::Edi::PartnerAgreementManager::SqlDatabase ^ msgboxdb);
public GlobalCommon (Microsoft.BizTalk.Edi.PartnerAgreementManager.SqlDatabase mgmtdb, Microsoft.BizTalk.Edi.PartnerAgreementManager.SqlDatabase msgboxdb);
new Microsoft.BizTalk.Edi.PartnerAgreementManager.GlobalCommon : Microsoft.BizTalk.Edi.PartnerAgreementManager.SqlDatabase * Microsoft.BizTalk.Edi.PartnerAgreementManager.SqlDatabase -> Microsoft.BizTalk.Edi.PartnerAgreementManager.GlobalCommon
Public Sub New (mgmtdb As SqlDatabase, msgboxdb As SqlDatabase)
Parameters
- mgmtdb
- SqlDatabase
- msgboxdb
- SqlDatabase
Applies to
GlobalCommon(String, String)
public:
GlobalCommon(System::String ^ BizTalkMgmtServerName, System::String ^ BizTalkMgmtDbName);
public GlobalCommon (string BizTalkMgmtServerName, string BizTalkMgmtDbName);
new Microsoft.BizTalk.Edi.PartnerAgreementManager.GlobalCommon : string * string -> Microsoft.BizTalk.Edi.PartnerAgreementManager.GlobalCommon
Public Sub New (BizTalkMgmtServerName As String, BizTalkMgmtDbName As String)
Parameters
- BizTalkMgmtServerName
- String
- BizTalkMgmtDbName
- String