SSISChildPackage Class
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.
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
Azure SDK for .NET