SchemaCompareProjectEndpoint Class

Definition

Refers to a project as either a source or target for schema comparison

public sealed class SchemaCompareProjectEndpoint : Microsoft.SqlServer.Dac.Compare.SchemaCompareEndpoint
type SchemaCompareProjectEndpoint = class
    inherit SchemaCompareEndpoint
Public NotInheritable Class SchemaCompareProjectEndpoint
Inherits SchemaCompareEndpoint
Inheritance
SchemaCompareProjectEndpoint

Constructors

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

Properties

ProjectFilePath

The .sqlproj full path

Applies to