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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET