SSISChildPackage Class

Definition

SSIS embedded child package.

public class SSISChildPackage
type SSISChildPackage = class
Public Class SSISChildPackage
Inheritance
SSISChildPackage

Constructors

SSISChildPackage()

Initializes a new instance of the SSISChildPackage class.

SSISChildPackage(Object, Object, String, String)

Initializes a new instance of the SSISChildPackage class.

Properties

PackageContent

Gets or sets content for embedded child package. Type: string (or Expression with resultType string).

PackageLastModifiedDate

Gets or sets last modified date for embedded child package.

PackageName

Gets or sets name for embedded child package.

PackagePath

Gets or sets path for embedded child package. Type: string (or Expression with resultType string).

Methods

Validate()

Validate the object.

Applies to