SchemaCompareSettingsService.ConfigurationOptions Property
Gets or sets configuration options.
Namespace: Microsoft.Data.Schema.Compare.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable Property ConfigurationOptions As PlanGenerationOptions
Get
Set
'Usage
Dim instance As SchemaCompareSettingsService
Dim value As PlanGenerationOptions
value = instance.ConfigurationOptions
instance.ConfigurationOptions = value
public virtual PlanGenerationOptions ConfigurationOptions { get; set; }
public:
virtual property PlanGenerationOptions^ ConfigurationOptions {
PlanGenerationOptions^ get ();
void set (PlanGenerationOptions^ value);
}
function get ConfigurationOptions () : PlanGenerationOptions
function set ConfigurationOptions (value : PlanGenerationOptions)
abstract ConfigurationOptions : PlanGenerationOptions with get, set
override ConfigurationOptions : PlanGenerationOptions with get, set
Property Value
Type: Microsoft.Data.Schema.Build.PlanGenerationOptions
Returns a PlanGenerationOptions.
.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