• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Adf Execute Ssis Package Activity Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfExecuteSsisPackageActivityNode
X-Ref:
  • Ast Adf Execute Ssis Package Activity Node
  • Ast Adf Execution Activity Base Node
  • Ast Adf Activity Base Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
LoggingLevelString 
The full path of the notebook to be executed in the Databricks Workspace. Path must start with a slash ('/'). This is a required property
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
RuntimeAdfSsisRuntimex64
Specify the runtime of the package: x64 or x86. This is a required property
EnvironmentPathString 
The folder path to the Environment.
RetryInt32-1
Number of retry attempts.
RetryIntervalInt3230
Specifies the time in seconds between retry attempts. Range between 30 and 86400 with 30 being the default.
SecureInputBooleanFalse
Specify whether the input from the activity is sensitive and should not be logged to monitoring.
SecureOutputBooleanFalse
Specify whether the input from the activity is sensitive and should not be logged to monitoring
TimeoutString"7"
Timeout for the activity to run. Defaults to 7 days.

Singleton Children

ChildAPI TypeDescription
<ConnectVia />AstAdfLinkedServiceConnectViaNodeSpecifies the integration runtime that should be used to connect to the selected linked service. This is a required property
<LogLocation />AstAdfSsisLogLocationNodeModels a connection manager for Execute SSIS activities. This is a required property
<PackageLocation />AstAdfSsisPackageLocationNodeModels the location of the SSIS package. This is a required property
<Description />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx.
<ExecutionCredential />AstAdfSsisExecutionCredentialNodeThis node specifies the credentials for the SSIS package execution.
<Scheduler />AstAdfActivityScheduleNodeAstAdfActivityScheduleNode objects correspond directly to scheduler specifications for activities in Azure Data Factory.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<Dependencies>
    <Dependency />
</Dependencies>
AstAdfActivityDependencyNode
This is the collection of activity dependencies that will control the execution of this Azure Data Factory activity.
<PackageConnectionManagers>
    <PackageConnectionManager />
</PackageConnectionManagers>
AstAdfSsisConnectionNode
Connections that are used Package wide during execution.
<PackageParameters>
    <PackageParameter />
</PackageParameters>
AstAdfSsisParameterNode
Key/Value parameters that are used Package wide during execution.
<PipelineParameters>
    <Parameter />
</PipelineParameters>
AstAdfPipelineParameterNode
This is the collection of parameters that will be available to expressions in this Azure Data Factory activity. These parameters will be promoted automatically to the parent pipeline.
<ProjectConnectionManagers>
    <ProjectConnectionManager />
</ProjectConnectionManagers>
AstAdfSsisConnectionNode
Connections that are used Project wide during execution.
<ProjectParameters>
    <ProjectParameter />
</ProjectParameters>
AstAdfSsisParameterNode
Key/Value parameters that are used Project wide during execution.
<PropertyOverrides>
    <PropertyOverride />
</PropertyOverrides>
AstAdfSsisPropertyOverrideNode
Specify property overrides for your packages.
<UserProperties>
    <UserProperty />
</UserProperties>
AstAdfActivityUserPropertyNode
This is the collection of user properties that the user can monitor in the Adf monitor window.

© Varigence