你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ConnectToSourceNonSqlTaskOutput 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
ConnectToSourceNonSqlTaskOutput() |
Initializes a new instance of the ConnectToSourceNonSqlTaskOutput class. |
ConnectToSourceNonSqlTaskOutput(String, String, ServerProperties, IList<String>, IList<ReportableException>) |
Initializes a new instance of the ConnectToSourceNonSqlTaskOutput class. |
ConnectToSourceNonSqlTaskOutput()
Initializes a new instance of the ConnectToSourceNonSqlTaskOutput class.
public ConnectToSourceNonSqlTaskOutput ();
Public Sub New ()
Applies to
ConnectToSourceNonSqlTaskOutput(String, String, ServerProperties, IList<String>, IList<ReportableException>)
Initializes a new instance of the ConnectToSourceNonSqlTaskOutput class.
public ConnectToSourceNonSqlTaskOutput (string id = default, string sourceServerBrandVersion = default, Microsoft.Azure.Management.DataMigration.Models.ServerProperties serverProperties = default, System.Collections.Generic.IList<string> databases = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> validationErrors = default);
new Microsoft.Azure.Management.DataMigration.Models.ConnectToSourceNonSqlTaskOutput : string * string * Microsoft.Azure.Management.DataMigration.Models.ServerProperties * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> -> Microsoft.Azure.Management.DataMigration.Models.ConnectToSourceNonSqlTaskOutput
Public Sub New (Optional id As String = Nothing, Optional sourceServerBrandVersion As String = Nothing, Optional serverProperties As ServerProperties = Nothing, Optional databases As IList(Of String) = Nothing, Optional validationErrors As IList(Of ReportableException) = Nothing)
Parameters
- id
- String
Result identifier
- sourceServerBrandVersion
- String
Server brand version
- serverProperties
- ServerProperties
Server properties
- validationErrors
- IList<ReportableException>
Validation errors associated with the task