DeployerComponent.RemoveAssemblies(SqlConnection, String, List<BizTalkAssemblyName>, Boolean) Method

Definition

public:
 void RemoveAssemblies(System::Data::SqlClient::SqlConnection ^ sqlConnection, System::String ^ applicationName, System::Collections::Generic::List<Microsoft::BizTalk::Deployment::BizTalkAssemblyName ^> ^ bizTalkAssemblyNames, bool uninstall);
public void RemoveAssemblies (System.Data.SqlClient.SqlConnection sqlConnection, string applicationName, System.Collections.Generic.List<Microsoft.BizTalk.Deployment.BizTalkAssemblyName> bizTalkAssemblyNames, bool uninstall);
member this.RemoveAssemblies : System.Data.SqlClient.SqlConnection * string * System.Collections.Generic.List<Microsoft.BizTalk.Deployment.BizTalkAssemblyName> * bool -> unit

Parameters

sqlConnection
SqlConnection
applicationName
String
bizTalkAssemblyNames
List<BizTalkAssemblyName>
uninstall
Boolean

Applies to