BizTalkAssembly.ImportBinding(String, String, String, String, ApplicationLog) Method
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.
public:
void ImportBinding(System::String ^ server, System::String ^ database, System::String ^ bindingPathname, System::String ^ applicationName, Microsoft::BizTalk::Log::ApplicationLog ^ log);
public void ImportBinding (string server, string database, string bindingPathname, string applicationName, Microsoft.BizTalk.Log.ApplicationLog log);
member this.ImportBinding : string * string * string * string * Microsoft.BizTalk.Log.ApplicationLog -> unit
Public Sub ImportBinding (server As String, database As String, bindingPathname As String, applicationName As String, log As ApplicationLog)
Parameters
- server
- String
- database
- String
- bindingPathname
- String
- applicationName
- String
- log
- ApplicationLog