Поделиться через


MoveSchemaReferenceContributorInput - конструктор (String, String, ISqlModelElement)

Инициализирует новый экземпляр класса MoveSchemaReferenceContributorInput.

Пространство имен:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
Сборка:  Microsoft.VisualStudio.Data.Schema.Package.Sql (в Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Синтаксис

'Декларация
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
)

Параметры

  • oldSchema
    Тип: System.String
    Старое имя схемы.

Безопасность платформы .NET Framework

См. также

Ссылки

MoveSchemaReferenceContributorInput Класс

MoveSchemaReferenceContributorInput - перегрузка

Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring - пространство имен