GetUserTablesSqlSyncTaskInput Constructor
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.
Initializes a new instance of GetUserTablesSqlSyncTaskInput.
public GetUserTablesSqlSyncTaskInput (Azure.ResourceManager.DataMigration.Models.SqlConnectionInfo sourceConnectionInfo, Azure.ResourceManager.DataMigration.Models.SqlConnectionInfo targetConnectionInfo, System.Collections.Generic.IEnumerable<string> selectedSourceDatabases, System.Collections.Generic.IEnumerable<string> selectedTargetDatabases);
new Azure.ResourceManager.DataMigration.Models.GetUserTablesSqlSyncTaskInput : Azure.ResourceManager.DataMigration.Models.SqlConnectionInfo * Azure.ResourceManager.DataMigration.Models.SqlConnectionInfo * seq<string> * seq<string> -> Azure.ResourceManager.DataMigration.Models.GetUserTablesSqlSyncTaskInput
Public Sub New (sourceConnectionInfo As SqlConnectionInfo, targetConnectionInfo As SqlConnectionInfo, selectedSourceDatabases As IEnumerable(Of String), selectedTargetDatabases As IEnumerable(Of String))
Parameters
- sourceConnectionInfo
- SqlConnectionInfo
Connection information for SQL Server.
- targetConnectionInfo
- SqlConnectionInfo
Connection information for SQL DB.
- selectedSourceDatabases
- IEnumerable<String>
List of source database names to collect tables for.
- selectedTargetDatabases
- IEnumerable<String>
List of target database names to collect tables for.
Exceptions
sourceConnectionInfo
, targetConnectionInfo
, selectedSourceDatabases
or selectedTargetDatabases
is null.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET