Partager via


GetUserTablesSqlTaskOutput Constructors

Definition

Overloads

GetUserTablesSqlTaskOutput()

Initializes a new instance of the GetUserTablesSqlTaskOutput class.

GetUserTablesSqlTaskOutput(String, IDictionary<String,IList<DatabaseTable>>, IList<ReportableException>)

Initializes a new instance of the GetUserTablesSqlTaskOutput class.

GetUserTablesSqlTaskOutput()

Initializes a new instance of the GetUserTablesSqlTaskOutput class.

public GetUserTablesSqlTaskOutput ();
Public Sub New ()

Applies to

GetUserTablesSqlTaskOutput(String, IDictionary<String,IList<DatabaseTable>>, IList<ReportableException>)

Initializes a new instance of the GetUserTablesSqlTaskOutput class.

public GetUserTablesSqlTaskOutput (string id = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DatabaseTable>> databasesToTables = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> validationErrors = default);
new Microsoft.Azure.Management.DataMigration.Models.GetUserTablesSqlTaskOutput : string * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.DatabaseTable>> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> -> Microsoft.Azure.Management.DataMigration.Models.GetUserTablesSqlTaskOutput
Public Sub New (Optional id As String = Nothing, Optional databasesToTables As IDictionary(Of String, IList(Of DatabaseTable)) = Nothing, Optional validationErrors As IList(Of ReportableException) = Nothing)

Parameters

id
String

Result identifier

databasesToTables
IDictionary<String,IList<DatabaseTable>>

Mapping from database name to list of tables

validationErrors
IList<ReportableException>

Validation errors

Applies to