IBizTalkDeployer.Deploy(String, String, String, String, Boolean, String) Method

Definition

public:
 System::Collections::IEnumerator ^ Deploy(System::String ^ server, System::String ^ database, System::String ^ assemblyPathname, System::String ^ group, bool redeploy, System::String ^ logPathname);
public System.Collections.IEnumerator Deploy (string server, string database, string assemblyPathname, string group, bool redeploy, string logPathname);
abstract member Deploy : string * string * string * string * bool * string -> System.Collections.IEnumerator
Public Function Deploy (server As String, database As String, assemblyPathname As String, group As String, redeploy As Boolean, logPathname As String) As IEnumerator

Parameters

server
String
database
String
assemblyPathname
String
group
String
redeploy
Boolean
logPathname
String

Returns

IEnumerator

Applies to