SchemaCompareDacpacEndpoint Class

Definition

Refers to a dacpac file as either a source or target for schema comparison

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

Constructors

SchemaCompareDacpacEndpoint(String)

Constructs a schema compare endpoint that refers to a dacpac file

Properties

FilePath

The dacpac file path

Applies to