DataMigrationProjectMetadata interface   
Common metadata for migration projects
Properties
| selected | List of tables selected for migration NOTE: This property will not be serialized. It can only be populated by the server. | 
| source | Source server name NOTE: This property will not be serialized. It can only be populated by the server. | 
| source | Source server port number NOTE: This property will not be serialized. It can only be populated by the server. | 
| source | Source username NOTE: This property will not be serialized. It can only be populated by the server. | 
| target | Target database name NOTE: This property will not be serialized. It can only be populated by the server. | 
| target | Target server name NOTE: This property will not be serialized. It can only be populated by the server. | 
| target | Target username NOTE: This property will not be serialized. It can only be populated by the server. | 
| target | Whether target connection is Windows authentication NOTE: This property will not be serialized. It can only be populated by the server. | 
Property Details
		selectedMigrationTables
	  
	List of tables selected for migration NOTE: This property will not be serialized. It can only be populated by the server.
selectedMigrationTables?: MigrationTableMetadata[]Property Value
		sourceServerName
	  
	Source server name NOTE: This property will not be serialized. It can only be populated by the server.
sourceServerName?: stringProperty Value
string
		sourceServerPort
	  
	Source server port number NOTE: This property will not be serialized. It can only be populated by the server.
sourceServerPort?: stringProperty Value
string
		sourceUsername
	 
	Source username NOTE: This property will not be serialized. It can only be populated by the server.
sourceUsername?: stringProperty Value
string
		targetDbName
	 
	Target database name NOTE: This property will not be serialized. It can only be populated by the server.
targetDbName?: stringProperty Value
string
		targetServerName
	  
	Target server name NOTE: This property will not be serialized. It can only be populated by the server.
targetServerName?: stringProperty Value
string
		targetUsername
	 
	Target username NOTE: This property will not be serialized. It can only be populated by the server.
targetUsername?: stringProperty Value
string
		targetUsingWinAuth
	   
	Whether target connection is Windows authentication NOTE: This property will not be serialized. It can only be populated by the server.
targetUsingWinAuth?: booleanProperty Value
boolean