你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GetUserTablesSqlTaskOutput 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
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