Dela via


SchemaCompareSettingsService.CreateConfigurationOptions Method

When overridden in a derived class, returns a set of deployment options.

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

Syntax

'Declaration
Protected Overridable Function CreateConfigurationOptions As SchemaDeploymentOptions
protected virtual SchemaDeploymentOptions CreateConfigurationOptions()
protected:
virtual SchemaDeploymentOptions^ CreateConfigurationOptions()
abstract CreateConfigurationOptions : unit -> SchemaDeploymentOptions 
override CreateConfigurationOptions : unit -> SchemaDeploymentOptions 
protected function CreateConfigurationOptions() : SchemaDeploymentOptions

Return Value

Type: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
The configured deployment options for the current schema model and version. The default implementation always returns nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

SchemaCompareSettingsService Class

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

SchemaDeploymentOptions

Sql100SchemaDeploymentOptions