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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SchemaCompareSettingsService Class