SsisChildPackage Class

Definition

SSIS embedded child package.

public class SsisChildPackage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.SsisChildPackage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.SsisChildPackage>
public class SsisChildPackage
type SsisChildPackage = class
    interface IJsonModel<SsisChildPackage>
    interface IPersistableModel<SsisChildPackage>
type SsisChildPackage = class
Public Class SsisChildPackage
Implements IJsonModel(Of SsisChildPackage), IPersistableModel(Of SsisChildPackage)
Public Class SsisChildPackage
Inheritance
SsisChildPackage
Implements

Constructors

SsisChildPackage(DataFactoryElement<String>, DataFactoryElement<String>)

Initializes a new instance of SsisChildPackage.

Properties

PackageContent

Content for embedded child package. Type: string (or Expression with resultType string).

PackageLastModifiedDate

Last modified date for embedded child package.

PackageName

Name for embedded child package.

PackagePath

Path for embedded child package. Type: string (or Expression with resultType string).

Explicit Interface Implementations

IJsonModel<SsisChildPackage>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SsisChildPackage>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SsisChildPackage>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SsisChildPackage>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SsisChildPackage>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to