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