Udostępnij za pośrednictwem


GetUserTablesSqlSyncTaskInput Constructors

Definition

Overloads

GetUserTablesSqlSyncTaskInput()

Initializes a new instance of the GetUserTablesSqlSyncTaskInput class.

GetUserTablesSqlSyncTaskInput(SqlConnectionInfo, SqlConnectionInfo, IList<String>, IList<String>)

Initializes a new instance of the GetUserTablesSqlSyncTaskInput class.

GetUserTablesSqlSyncTaskInput()

Initializes a new instance of the GetUserTablesSqlSyncTaskInput class.

public GetUserTablesSqlSyncTaskInput ();
Public Sub New ()

Applies to

GetUserTablesSqlSyncTaskInput(SqlConnectionInfo, SqlConnectionInfo, IList<String>, IList<String>)

Initializes a new instance of the GetUserTablesSqlSyncTaskInput class.

public GetUserTablesSqlSyncTaskInput (Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo sourceConnectionInfo, Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo targetConnectionInfo, System.Collections.Generic.IList<string> selectedSourceDatabases, System.Collections.Generic.IList<string> selectedTargetDatabases);
new Microsoft.Azure.Management.DataMigration.Models.GetUserTablesSqlSyncTaskInput : Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo * Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataMigration.Models.GetUserTablesSqlSyncTaskInput
Public Sub New (sourceConnectionInfo As SqlConnectionInfo, targetConnectionInfo As SqlConnectionInfo, selectedSourceDatabases As IList(Of String), selectedTargetDatabases As IList(Of String))

Parameters

sourceConnectionInfo
SqlConnectionInfo

Connection information for SQL Server

targetConnectionInfo
SqlConnectionInfo

Connection information for SQL DB

selectedSourceDatabases
IList<String>

List of source database names to collect tables for

selectedTargetDatabases
IList<String>

List of target database names to collect tables for

Applies to