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