Share via


MoveSchemaReferenceContributorInput Members

Include Protected Members
Include Inherited Members

This type is only used internally; you cannot use it directly from your code. Represents the input for all the references of the move schema refactoring operation.

The MoveSchemaReferenceContributorInput type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Equals Override. Returns whether the specified object equals the current object. (Overrides ContributorInput.Equals(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 GetHashCode Override. Returns the hash code value. (Overrides ContributorInput.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property ModelElement Gets the model element on which to apply the move schema refactoring operation.
Public property NewSchema Gets the new schema for the selected element.
Public property OldSchema Gets the old schema for the element.
Public property RefactoringOperation This property represents the RefactorOperation that is used for this ContributorInput. (Inherited from ContributorInput.)
Public property RefactorIntoWarningObject Gets or sets whether to refactor objects with a warning or error status, as long as they are P2 parsed or re-do P2.
Public property ReferencingProject Gets or sets the project objects to which this input applies.
Public property UseDefaultSchema 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