SqlDatabaseTestService.DeployDatabaseProject 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.
Overloads
DeployDatabaseProject() | |
DeployDatabaseProject(String, String, String, String) |
DeployDatabaseProject()
public virtual void DeployDatabaseProject ();
abstract member DeployDatabaseProject : unit -> unit
override this.DeployDatabaseProject : unit -> unit
Public Overridable Sub DeployDatabaseProject ()
Applies to
DeployDatabaseProject(String, String, String, String)
protected static void DeployDatabaseProject (string databaseProjectFileName, string configuration, string providerInvariantName, string connectionString);
static member DeployDatabaseProject : string * string * string * string -> unit
Protected Shared Sub DeployDatabaseProject (databaseProjectFileName As String, configuration As String, providerInvariantName As String, connectionString As String)
Parameters
- databaseProjectFileName
- String
- configuration
- String
- providerInvariantName
- String
- connectionString
- String