Share via


SchemaComparison.Options Property

 

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

Syntax

public DacDeployOptions Options { get; set; }
public:
property DacDeployOptions^ Options {
    DacDeployOptions^ get();
    void set(DacDeployOptions^ value);
}
member Options : DacDeployOptions with get, set
Public Property Options As DacDeployOptions

Property Value

Type: Microsoft.SqlServer.Dac.DacDeployOptions

See Also

SchemaComparison Class
Microsoft.SqlServer.Dac.Compare Namespace

Return to top