Share via


SchemaCompareDatabaseEndpoint Class

Definition

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

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

Constructors

SchemaCompareDatabaseEndpoint(String)

Constructs a schema compare endpoint that refers to a database

SchemaCompareDatabaseEndpoint(String, IUniversalAuthProvider)

Constructs a schema compare endpoint that refers to a database

SchemaCompareDatabaseEndpoint(String, SecureString)

Constructs a schema compare endpoint that refers to a database

Properties

DatabaseName

The database name

Applies to