Share via


MoveSchemaReferenceContributorInput Constructor (String, String, ISqlModelElement)

Initializes a new instance of the MoveSchemaReferenceContributorInput class.

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

Syntax

'Declaration
Public Sub New ( _
    oldSchema As String, _
    newSchema As String, _
    modelElement As ISqlModelElement _
)
'Usage
Dim oldSchema As String
Dim newSchema As String
Dim modelElement As ISqlModelElement

Dim instance As New MoveSchemaReferenceContributorInput(oldSchema, _
    newSchema, modelElement)
public MoveSchemaReferenceContributorInput(
    string oldSchema,
    string newSchema,
    ISqlModelElement modelElement
)
public:
MoveSchemaReferenceContributorInput(
    String^ oldSchema, 
    String^ newSchema, 
    ISqlModelElement^ modelElement
)
public function MoveSchemaReferenceContributorInput(
    oldSchema : String, 
    newSchema : String, 
    modelElement : ISqlModelElement
)
new : 
        oldSchema:string * 
        newSchema:string * 
        modelElement:ISqlModelElement -> MoveSchemaReferenceContributorInput

Parameters

  • newSchema
    Type: System.String
    New schema for the selected element that wants to move into

.NET Framework Security

See Also

Reference

MoveSchemaReferenceContributorInput Class

MoveSchemaReferenceContributorInput Members

MoveSchemaReferenceContributorInput Overload

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