MigrationTableMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metadata for tables selected in migration project
public class MigrationTableMetadata
type MigrationTableMetadata = class
Public Class MigrationTableMetadata
- Inheritance
-
MigrationTableMetadata
Constructors
MigrationTableMetadata() |
Initializes a new instance of the MigrationTableMetadata class. |
MigrationTableMetadata(String, String) |
Initializes a new instance of the MigrationTableMetadata class. |
Properties
SourceTableName |
Gets source table name |
TargetTableName |
Gets target table name |