GetUserTablesSqlSyncTaskInput Constructors
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.
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