SsisChildPackage Constructor
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.
Initializes a new instance of SsisChildPackage.
public SsisChildPackage (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> packagePath, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> packageContent);
new Azure.ResourceManager.DataFactory.Models.SsisChildPackage : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.SsisChildPackage
Public Sub New (packagePath As DataFactoryElement(Of String), packageContent As DataFactoryElement(Of String))
Parameters
- packagePath
- DataFactoryElement<String>
Path for embedded child package. Type: string (or Expression with resultType string).
- packageContent
- DataFactoryElement<String>
Content for embedded child package. Type: string (or Expression with resultType string).
Exceptions
packagePath
or packageContent
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET