SqlTableMigrationStep Constructor
Initializes a new instance of the SqlTableMigrationStep class.
Namespace: Microsoft.Data.Schema.Sql.Build
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Sub New ( _
sourceTable As ISqlTable, _
targetTable As ISqlTable _
)
public SqlTableMigrationStep(
ISqlTable sourceTable,
ISqlTable targetTable
)
public:
SqlTableMigrationStep(
ISqlTable^ sourceTable,
ISqlTable^ targetTable
)
new :
sourceTable:ISqlTable *
targetTable:ISqlTable -> SqlTableMigrationStep
public function SqlTableMigrationStep(
sourceTable : ISqlTable,
targetTable : ISqlTable
)
Parameters
- sourceTable
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlTable
- targetTable
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlTable
.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.