PlanGenerationOptions Members
Include Protected Members
Include Inherited Members
Represents plan generation options.
The PlanGenerationOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PlanGenerationOptions | Initializes a new instance of the PlanGenerationOptions class. |
Top
Methods
Name | Description | |
---|---|---|
CreateCopy | Creates a copy of the PlanGenerationOptions. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnExtensionHandle | Does nothing. | |
OnInitialize | Does nothing. | |
SetExtensionHandle | Sets the extension handle. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
ComparerConfiguration | Gets a new comparison filter. | |
CreateNewDatabase | Gets or sets whether a database is created. | |
DropObjectsNotInSource | Gets or sets whether objects not in source are dropped. | |
ExcludedModelElements | Gets or sets excluded model elements. | |
ExtensionHandle | Gets or sets the extension handle. | |
SerializationData | Gets or sets serialization data. | |
TargetConnectionString | Gets or sets a target connection string. | |
TargetDatabaseName | Gets or sets a target database name. | |
TreatVerificationErrorsAsWarnings | Gets or sets whether to treat verification errors as warnings. | |
VerifyDeployment | Gets or sets whether to verify deployment. |
Top