SchemaCompareProjectEndpoint Constructors
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
SchemaCompareProjectEndpoint(String, String[], String) |
Constructs a schema compare endpoint that refers to a project |
SchemaCompareProjectEndpoint(String, String[], String, DacExtractTarget) |
Constructs a schema compare endpoint that refers to a project |
SchemaCompareProjectEndpoint(String, String[], String)
Constructs a schema compare endpoint that refers to a project
public SchemaCompareProjectEndpoint (string projectFilePath, string[] targetScripts, string dsp);
new Microsoft.SqlServer.Dac.Compare.SchemaCompareProjectEndpoint : string * string[] * string -> Microsoft.SqlServer.Dac.Compare.SchemaCompareProjectEndpoint
Public Sub New (projectFilePath As String, targetScripts As String(), dsp As String)
Parameters
- projectFilePath
- String
path of the .sqlproj file
- targetScripts
- String[]
.sql files included in the project
- dsp
- String
Database schema provider of the project
Exceptions
One of the supplied params is null
The .sqlproj file cannot be found
Applies to
SchemaCompareProjectEndpoint(String, String[], String, DacExtractTarget)
Constructs a schema compare endpoint that refers to a project
public SchemaCompareProjectEndpoint (string projectFilePath, string[] targetScripts, string dsp, Microsoft.SqlServer.Dac.DacExtractTarget extractTarget = Microsoft.SqlServer.Dac.DacExtractTarget.SchemaObjectType);
new Microsoft.SqlServer.Dac.Compare.SchemaCompareProjectEndpoint : string * string[] * string * Microsoft.SqlServer.Dac.DacExtractTarget -> Microsoft.SqlServer.Dac.Compare.SchemaCompareProjectEndpoint
Public Sub New (projectFilePath As String, targetScripts As String(), dsp As String, Optional extractTarget As DacExtractTarget = Microsoft.SqlServer.Dac.DacExtractTarget.SchemaObjectType)
Parameters
- projectFilePath
- String
path of the .sqlproj file
- targetScripts
- String[]
.sql files included in the project
- dsp
- String
Database schema provider of the project
- extractTarget
- DacExtractTarget
Extract target of the project used when extracting a database to file system, with the default of SchemaObjectType
Exceptions
One of the supplied params is null
The .sqlproj file cannot be found