Sdílet prostřednictvím


MigrateSsisTaskInput Class

Definition

Input for task that migrates SSIS packages from SQL Server to Azure SQL Database Managed Instance.

public class MigrateSsisTaskInput : Azure.ResourceManager.DataMigration.Models.SqlMigrationTaskInput, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MigrateSsisTaskInput>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MigrateSsisTaskInput>
type MigrateSsisTaskInput = class
    inherit SqlMigrationTaskInput
    interface IJsonModel<MigrateSsisTaskInput>
    interface IPersistableModel<MigrateSsisTaskInput>
Public Class MigrateSsisTaskInput
Inherits SqlMigrationTaskInput
Implements IJsonModel(Of MigrateSsisTaskInput), IPersistableModel(Of MigrateSsisTaskInput)
Inheritance
MigrateSsisTaskInput
Implements

Constructors

MigrateSsisTaskInput(SqlConnectionInfo, SqlConnectionInfo, SsisMigrationInfo)

Initializes a new instance of MigrateSsisTaskInput.

Properties

SourceConnectionInfo

Information for connecting to source.

(Inherited from SqlMigrationTaskInput)
SsisMigrationInfo

SSIS package migration information.

TargetConnectionInfo

Information for connecting to target.

(Inherited from SqlMigrationTaskInput)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<MigrateSsisTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MigrateSsisTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SqlMigrationTaskInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SqlMigrationTaskInput)
IJsonModel<SqlMigrationTaskInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SqlMigrationTaskInput)
IPersistableModel<MigrateSsisTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MigrateSsisTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MigrateSsisTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SqlMigrationTaskInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SqlMigrationTaskInput)
IPersistableModel<SqlMigrationTaskInput>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SqlMigrationTaskInput)
IPersistableModel<SqlMigrationTaskInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SqlMigrationTaskInput)

Applies to