Share via


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

.NET Framework Security

See Also

Reference

SqlTableMigrationStep Class

Microsoft.Data.Schema.Sql.Build Namespace