ConnectToSourceSqlServerTaskOutputTaskLevel 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
ConnectToSourceSqlServerTaskOutputTaskLevel() |
Initializes a new instance of the ConnectToSourceSqlServerTaskOutputTaskLevel class. |
ConnectToSourceSqlServerTaskOutputTaskLevel(String, IDictionary<String, String>, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String,String>, String, String, IList<ReportableException>) |
Initializes a new instance of the ConnectToSourceSqlServerTaskOutputTaskLevel class. |
ConnectToSourceSqlServerTaskOutputTaskLevel()
Initializes a new instance of the ConnectToSourceSqlServerTaskOutputTaskLevel class.
public ConnectToSourceSqlServerTaskOutputTaskLevel ();
Public Sub New ()
Applies to
ConnectToSourceSqlServerTaskOutputTaskLevel(String, IDictionary<String, String>, IDictionary<String,String>, IDictionary<String,String>, IDictionary<String,String>, String, String, IList<ReportableException>)
Initializes a new instance of the ConnectToSourceSqlServerTaskOutputTaskLevel class.
public ConnectToSourceSqlServerTaskOutputTaskLevel (string id = default, System.Collections.Generic.IDictionary<string,string> databases = default, System.Collections.Generic.IDictionary<string,string> logins = default, System.Collections.Generic.IDictionary<string,string> agentJobs = default, System.Collections.Generic.IDictionary<string,string> databaseTdeCertificateMapping = default, string sourceServerVersion = default, string sourceServerBrandVersion = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> validationErrors = default);
new Microsoft.Azure.Management.DataMigration.Models.ConnectToSourceSqlServerTaskOutputTaskLevel : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataMigration.Models.ReportableException> -> Microsoft.Azure.Management.DataMigration.Models.ConnectToSourceSqlServerTaskOutputTaskLevel
Public Sub New (Optional id As String = Nothing, Optional databases As IDictionary(Of String, String) = Nothing, Optional logins As IDictionary(Of String, String) = Nothing, Optional agentJobs As IDictionary(Of String, String) = Nothing, Optional databaseTdeCertificateMapping As IDictionary(Of String, String) = Nothing, Optional sourceServerVersion As String = Nothing, Optional sourceServerBrandVersion As String = Nothing, Optional validationErrors As IList(Of ReportableException) = Nothing)
Parameters
- id
- String
Result identifier
- databases
- IDictionary<String,String>
Source databases as a map from database name to database id
- logins
- IDictionary<String,String>
Source logins as a map from login name to login id.
- agentJobs
- IDictionary<String,String>
Source agent jobs as a map from agent job name to id.
- databaseTdeCertificateMapping
- IDictionary<String,String>
Mapping from database name to TDE certificate name, if applicable
- sourceServerVersion
- String
Source server version
- sourceServerBrandVersion
- String
Source server brand version
- validationErrors
- IList<ReportableException>
Validation errors