Bagikan melalui


SchemaCompareSettingsService.ConfigurationOptions Property

Gets or sets the options that are used when the comparison engine compares schema models and when it generates the deployment script.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property ConfigurationOptions As SchemaDeploymentOptions
public SchemaDeploymentOptions ConfigurationOptions { get; set; }
public:
property SchemaDeploymentOptions^ ConfigurationOptions {
    SchemaDeploymentOptions^ get ();
    void set (SchemaDeploymentOptions^ value);
}
member ConfigurationOptions : SchemaDeploymentOptions with get, set
function get ConfigurationOptions () : SchemaDeploymentOptions
function set ConfigurationOptions (value : SchemaDeploymentOptions)

Property Value

Type: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
The current configuration options.

.NET Framework Security

See Also

Reference

SchemaCompareSettingsService Class

Microsoft.Data.Schema.Tools.Compare.Schema Namespace

SchemaDeploymentOptions