MigrateSchemaSqlServerSqlDbTaskOutputError 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
MigrateSchemaSqlServerSqlDbTaskOutputError() |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskOutputError class. |
MigrateSchemaSqlServerSqlDbTaskOutputError(String, String, String) |
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskOutputError class. |
MigrateSchemaSqlServerSqlDbTaskOutputError()
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskOutputError class.
public MigrateSchemaSqlServerSqlDbTaskOutputError ();
Public Sub New ()
Applies to
MigrateSchemaSqlServerSqlDbTaskOutputError(String, String, String)
Initializes a new instance of the MigrateSchemaSqlServerSqlDbTaskOutputError class.
public MigrateSchemaSqlServerSqlDbTaskOutputError (string id = default, string commandText = default, string errorText = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbTaskOutputError : string * string * string -> Microsoft.Azure.Management.DataMigration.Models.MigrateSchemaSqlServerSqlDbTaskOutputError
Public Sub New (Optional id As String = Nothing, Optional commandText As String = Nothing, Optional errorText As String = Nothing)
Parameters
- id
- String
Result identifier
- commandText
- String
Schema command which failed
- errorText
- String
Reason of failure