MoveSchemaReferenceContributorInput Members
Include Protected Members
Include Inherited Members
Represents the input for all the references of the move schema refactoring operation.
The MoveSchemaReferenceContributorInput type exposes the following members.
Constructors
Name
Description
MoveSchemaReferenceContributorInput
Overloaded. Initializes a new instance of the MoveSchemaReferenceContributorInput class.
Top
Methods
Name
Description
Returns whether the specified object equals the current object. (Overrides ContributorInput.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns the hash code value. (Overrides ContributorInput.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the model element on which to apply the move schema refactoring operation.
Gets the new schema for the selected element.
Gets the old schema for the element.
This property represents the RefactorOperation that is used for this ContributorInput. (Inherited from ContributorInput.)
Gets or sets whether to refactor objects with a warning or error status, as long as they are P2 parsed or re-do P2.
Gets or sets whether to use the default schema in the project system while analyzing scripts and unit tests.
Top
See Also
Reference
MoveSchemaReferenceContributorInput Class
Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.MoveSchema Namespace