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