GetUserTablesOracleTaskInput 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 GetUserTablesOracleTaskInput.
public GetUserTablesOracleTaskInput (Azure.ResourceManager.DataMigration.Models.OracleConnectionInfo connectionInfo, System.Collections.Generic.IEnumerable<string> selectedSchemas);
new Azure.ResourceManager.DataMigration.Models.GetUserTablesOracleTaskInput : Azure.ResourceManager.DataMigration.Models.OracleConnectionInfo * seq<string> -> Azure.ResourceManager.DataMigration.Models.GetUserTablesOracleTaskInput
Public Sub New (connectionInfo As OracleConnectionInfo, selectedSchemas As IEnumerable(Of String))
Parameters
- connectionInfo
- OracleConnectionInfo
Information for connecting to Oracle source.
- selectedSchemas
- IEnumerable<String>
List of Oracle schemas for which to collect tables.
Exceptions
connectionInfo
or selectedSchemas
is null.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET