RenameServerDatabaseContributorInput Class
This class provides input for RenameServerDatabase refactoring.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ContributorInput
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring.RenameServerDatabaseContributorInput
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 RenameServerDatabaseContributorInput _
Inherits ContributorInput
[CLSCompliantAttribute(false)]
public sealed class RenameServerDatabaseContributorInput : ContributorInput
[CLSCompliantAttribute(false)]
public ref class RenameServerDatabaseContributorInput sealed : public ContributorInput
[<Sealed>]
[<CLSCompliantAttribute(false)>]
type RenameServerDatabaseContributorInput =
class
inherit ContributorInput
end
public final class RenameServerDatabaseContributorInput extends ContributorInput
The RenameServerDatabaseContributorInput type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RenameServerDatabaseContributorInput | Initializes a new instance of the RenameServerDatabaseContributorInput class. |
Top
Properties
Name | Description | |
---|---|---|
ChangeDatabaseName | Gets a value that indicates whether the database name changes. | |
ChangeServerName | Gets a value that indicates whether the server name changes. | |
NewDatabaseValue | Gets the new database name. | |
NewServerValue | Gets the new server name. | |
OldDatabaseValue | Gets the old database name. | |
OldServerValue | Gets the old server name. | |
RefactoringOperation | This property represents the refactoring operation for which this ContributorInput is used. (Inherited from ContributorInput.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Returns a value that indicates whether the RenameServerDatabaseContributorInput object has the same value as another object, which must also be RenameServerDatabaseContributorInput. (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 RenameServerDatabaseContributorInput 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