DeployerComponent.UpdateAssemblies(SqlConnection, String, List<String>, Boolean) 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 UpdateAssemblies(System::Data::SqlClient::SqlConnection ^ sqlConnection, System::String ^ applicationName, System::Collections::Generic::List<System::String ^> ^ assemblyPathnames, bool install);
public void UpdateAssemblies (System.Data.SqlClient.SqlConnection sqlConnection, string applicationName, System.Collections.Generic.List<string> assemblyPathnames, bool install);
member this.UpdateAssemblies : System.Data.SqlClient.SqlConnection * string * System.Collections.Generic.List<string> * bool -> unit
Parameters
- sqlConnection
- SqlConnection
- applicationName
- String
- install
- Boolean