SSISChildPackage 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
SSISChildPackage() |
Initializes a new instance of the SSISChildPackage class. |
SSISChildPackage(Object, Object, String, String) |
Initializes a new instance of the SSISChildPackage class. |
SSISChildPackage()
Initializes a new instance of the SSISChildPackage class.
public SSISChildPackage ();
Public Sub New ()
Applies to
SSISChildPackage(Object, Object, String, String)
Initializes a new instance of the SSISChildPackage class.
public SSISChildPackage (object packagePath, object packageContent, string packageName = default, string packageLastModifiedDate = default);
new Microsoft.Azure.Management.DataFactory.Models.SSISChildPackage : obj * obj * string * string -> Microsoft.Azure.Management.DataFactory.Models.SSISChildPackage
Public Sub New (packagePath As Object, packageContent As Object, Optional packageName As String = Nothing, Optional packageLastModifiedDate As String = Nothing)
Parameters
- packagePath
- Object
Path for embedded child package. Type: string (or Expression with resultType string).
- packageContent
- Object
Content for embedded child package. Type: string (or Expression with resultType string).
- packageName
- String
Name for embedded child package.
- packageLastModifiedDate
- String
Last modified date for embedded child package.
Applies to
Azure SDK for .NET