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
以前のスキーマの名前。
- newSchema
型: System.String
新しいスキーマの名前。
- modelElement
型: Microsoft.Data.Schema.Sql.SchemaModel.ISqlModelElement
リファクタリングの適用対象の要素。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
MoveSchemaReferenceContributorInput クラス
MoveSchemaReferenceContributorInput オーバーロード
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring 名前空間