MoveSchemaReferenceContributorInput Constructor (String, String, ISqlModelElement)
Initializes a new instance of the MoveSchemaReferenceContributorInput class.
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
Public Sub New ( _
oldSchema As String, _
newSchema As String, _
modelElement As ISqlModelElement _
)
public MoveSchemaReferenceContributorInput(
string oldSchema,
string newSchema,
ISqlModelElement modelElement
)
public:
MoveSchemaReferenceContributorInput(
String^ oldSchema,
String^ newSchema,
ISqlModelElement^ modelElement
)
new :
oldSchema:string *
newSchema:string *
modelElement:ISqlModelElement -> MoveSchemaReferenceContributorInput
public function MoveSchemaReferenceContributorInput(
oldSchema : String,
newSchema : String,
modelElement : ISqlModelElement
)
Parameters
- oldSchema
Type: System.String
Old schema name.
- newSchema
Type: System.String
New schema name.
- modelElement
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlModelElement
Element to which refactoring is applied.
.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
MoveSchemaReferenceContributorInput Class
MoveSchemaReferenceContributorInput Overload
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace