Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents ContributorInput for RenameServerDatabase refactoring.
The RenameServerDatabaseContributorInput type exposes the following members.
Constructors
Name
Description
.gif)
RenameServerDatabaseContributorInput
Initializes a new instance of the RenameServerDatabaseContributorInput class.
Top
Methods
Name
Description
.gif)
Returns whether the specified object equals the current object. (Overrides ContributorInput.Equals(Object).)
.gif)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
.gif)
Returns the hash code value. (Overrides ContributorInput.GetHashCode().)
.gif)
Gets the type of the current instance. (Inherited from Object.)
.gif)
Creates a shallow copy of the current Object. (Inherited from Object.)
.gif)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
.gif)
Gets or sets whether to change the database name.
.gif)
Gets or sets whether to change the server name.
.gif)
Gets the new database value.
.gif)
Gets the new server value.
.gif)
Gets the old database value.
.gif)
Gets the old server value.
.gif)
This property represents the RefactorOperation that is used for this ContributorInput. (Inherited from ContributorInput.)
Top
See Also
Reference
RenameServerDatabaseContributorInput Class
Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.RenameServerDatabase Namespace