SchemaCompareSettingsService Members

Include Protected Members
Include Inherited Members

Provides the DSP-specific settings used by a schema compare session.

The SchemaCompareSettingsService type exposes the following members.

Constructors

  Name Description
Public method SchemaCompareSettingsService Initializes a new instance of the SchemaCompareSettingsService class.

Top

Methods

  Name Description
Public method AreModelElementsSorted Returns whether ModelElements are sorted based on their names.
Protected method ConvertPropertyValueToString Converts a specified property value to a string.
Public method Deserialize Deserializes the state of this service.
Public method DisplayCmdVariableFilesDialog Displays a dialog box for the CmdVariableFiles.
Public method DisplayOptionsDialog Displays a dialog box for the options.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetDependencyInformation Returns the relating and related elements for a given ModelElement.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetPropertyValue Returns the string for a specified element.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Initialize Initializes this object with a given database schema provider.
Public method InitializeForComparison Performs initialization that needs to happen before running the schema compare.
Public method IsModelElementACompositeProjectReference Returns whether the model element is really an external reference.
Public method IsModelElementDisplayedAtTopLevel Returns whether the model element is displayed at the top level.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method NormalizeComparisonResult Returns a normalized comparison result.
Public method Serialize Serializes the options.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Fields

  Name Description
Protected field _planGenerationOptions The plan generation options.
Protected field _types A list of types.

Top

Properties

  Name Description
Public property ComparerConfiguration Gets the comparison filter.
Public property ConfigurationOptions Gets or sets configuration options.
Protected property DatabaseSchemaProvider Gets the database schema provider.
Public property DisplayableTopElementClasses Gets the ElementClass list displayed while doing a schema compare.
Protected property DisplayableTopElementClassesTypes Gets the list used to populate the default ComparisonFilter property getter.
Public property IsCmdVariableSubstitutionEnabled Gets whether command variable substitution is enabled.
Public property SchemaCompareSettingsOptions Gets or sets the schema compare settings options.
Public property SerializationData Gets or sets the options to serialize.

Top

See Also

Reference

SchemaCompareSettingsService Class

Microsoft.Data.Schema.Compare.Schema Namespace