RenameReferenceContributorInput Class
This class provides input parameters to the Rename reference operation.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ContributorInput
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring.RenameReferenceContributorInput
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class RenameReferenceContributorInput _
Inherits ContributorInput
[CLSCompliantAttribute(false)]
public sealed class RenameReferenceContributorInput : ContributorInput
[CLSCompliantAttribute(false)]
public ref class RenameReferenceContributorInput sealed : public ContributorInput
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type RenameReferenceContributorInput =
class
inherit ContributorInput
end
public final class RenameReferenceContributorInput extends ContributorInput
The RenameReferenceContributorInput type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RenameReferenceContributorInput(String, String, ISqlModelElement) | Initializes a new instance of the RenameReferenceContributorInput class. | |
RenameReferenceContributorInput(String, String, ISqlModelElement, Boolean) | Initializes a new instance of the RenameReferenceContributorInput class. |
Top
Properties
Name | Description | |
---|---|---|
ModelElement | Gets the schema object to rename. | |
NewName | Gets the new name for the schema object. | |
OldName | Gets the old schema object name. | |
RefactoringOperation | This property represents the refactoring operation for which this ContributorInput is used. (Inherited from ContributorInput.) | |
ReferencingProject | Gets the referencing project. | |
UseDefaultSchema | Gets a value that indicates whether the default project schema is used to analyze unqualified references in scripts and unit tests. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Returns true if the RenameReferenceContributorInput object has the same value as another object, which must also be RenameReferenceContributorInput. (Overrides ContributorInput.Equals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns a hash code for the RenameReferenceContributorInput object. (Overrides ContributorInput.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace