Share via


SchemaComparison.Source Property

 

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

Syntax

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

Property Value

Type: Microsoft.SqlServer.Dac.Compare.SchemaCompareEndpoint

See Also

SchemaComparison Class
Microsoft.SqlServer.Dac.Compare Namespace

Return to top