ConnectToTargetSqlSqlDbSyncTaskInput 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
ConnectToTargetSqlSqlDbSyncTaskInput() |
Initializes a new instance of the ConnectToTargetSqlSqlDbSyncTaskInput class. |
ConnectToTargetSqlSqlDbSyncTaskInput(SqlConnectionInfo, SqlConnectionInfo) |
Initializes a new instance of the ConnectToTargetSqlSqlDbSyncTaskInput class. |
ConnectToTargetSqlSqlDbSyncTaskInput()
Initializes a new instance of the ConnectToTargetSqlSqlDbSyncTaskInput class.
public ConnectToTargetSqlSqlDbSyncTaskInput ();
Public Sub New ()
Applies to
ConnectToTargetSqlSqlDbSyncTaskInput(SqlConnectionInfo, SqlConnectionInfo)
Initializes a new instance of the ConnectToTargetSqlSqlDbSyncTaskInput class.
public ConnectToTargetSqlSqlDbSyncTaskInput (Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo sourceConnectionInfo, Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo targetConnectionInfo);
new Microsoft.Azure.Management.DataMigration.Models.ConnectToTargetSqlSqlDbSyncTaskInput : Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo * Microsoft.Azure.Management.DataMigration.Models.SqlConnectionInfo -> Microsoft.Azure.Management.DataMigration.Models.ConnectToTargetSqlSqlDbSyncTaskInput
Public Sub New (sourceConnectionInfo As SqlConnectionInfo, targetConnectionInfo As SqlConnectionInfo)
Parameters
- sourceConnectionInfo
- SqlConnectionInfo
Connection information for source SQL Server
- targetConnectionInfo
- SqlConnectionInfo
Connection information for target SQL DB