Share via


SchemaComparison.Target Property

 

Namespace:   Microsoft.SqlServer.Dac.Compare
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

public SchemaCompareEndpoint Target { get; }
public:
property SchemaCompareEndpoint^ Target {
    SchemaCompareEndpoint^ get();
}
member Target : SchemaCompareEndpoint with get
Public ReadOnly Property Target As SchemaCompareEndpoint

Property Value

Type: Microsoft.SqlServer.Dac.Compare.SchemaCompareEndpoint

See Also

SchemaComparison Class
Microsoft.SqlServer.Dac.Compare Namespace

Return to top