RenameReferenceContributorInput Constructor (String, String, ISqlModelElement)
Initializes a new instance of the RenameReferenceContributorInput class.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.Rename
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public Sub New ( _
oldName As String, _
newName As String, _
modelElement As ISqlModelElement _
)
'Usage
Dim oldName As String
Dim newName As String
Dim modelElement As ISqlModelElement
Dim instance As New RenameReferenceContributorInput(oldName, _
newName, modelElement)
public RenameReferenceContributorInput(
string oldName,
string newName,
ISqlModelElement modelElement
)
public:
RenameReferenceContributorInput(
String^ oldName,
String^ newName,
ISqlModelElement^ modelElement
)
public function RenameReferenceContributorInput(
oldName : String,
newName : String,
modelElement : ISqlModelElement
)
new :
oldName:string *
newName:string *
modelElement:ISqlModelElement -> RenameReferenceContributorInput
Parameters
- oldName
Type: System.String
The old schema object name
- newName
Type: System.String
The new name
- modelElement
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISqlModelElement
The model element
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RenameReferenceContributorInput Class
RenameReferenceContributorInput Members
RenameReferenceContributorInput Overload
Microsoft.VisualStudio.Data.Schema.Project.Sql.Refactoring.Rename Namespace