Share via


RenameServerDatabaseContributorInput Class

This type is only used internally; you cannot use it directly from your code. Represents ContributorInput for RenameServerDatabase refactoring.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.RenameServerDatabase
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class RenameServerDatabaseContributorInput _
    Inherits ContributorInput
'Usage
Dim instance As RenameServerDatabaseContributorInput
[CLSCompliantAttribute(false)]
public sealed class RenameServerDatabaseContributorInput : ContributorInput
[CLSCompliantAttribute(false)]
public ref class RenameServerDatabaseContributorInput sealed : public ContributorInput
public final class RenameServerDatabaseContributorInput extends ContributorInput
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type RenameServerDatabaseContributorInput =  
    class
        inherit ContributorInput
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Refactoring.ContributorInput
    Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.RenameServerDatabase.RenameServerDatabaseContributorInput

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

RenameServerDatabaseContributorInput Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.RenameServerDatabase Namespace