ExecuteSSISPackageActivity Class

Definition

Execute SSIS package activity.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ExecuteSSISPackage")]
public class ExecuteSSISPackageActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ExecuteSSISPackage")>]
type ExecuteSSISPackageActivity = class
    inherit ExecutionActivity
Public Class ExecuteSSISPackageActivity
Inherits ExecutionActivity
Inheritance
ExecuteSSISPackageActivity
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

ExecuteSSISPackageActivity()

Initializes a new instance of the ExecuteSSISPackageActivity class.

ExecuteSSISPackageActivity(String, SSISPackageLocation, IntegrationRuntimeReference, IDictionary<String,Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, Object, Object, Object, SSISExecutionCredential, IDictionary<String, SSISExecutionParameter>, IDictionary<String,SSISExecutionParameter>, IDictionary<String,IDictionary<String,SSISExecutionParameter>>, IDictionary<String,IDictionary<String,SSISExecutionParameter>>, IDictionary<String,SSISPropertyOverride>, SSISLogLocation)

Initializes a new instance of the ExecuteSSISPackageActivity class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from Activity)
ConnectVia

Gets or sets the integration runtime reference.

DependsOn

Gets or sets activity depends on condition.

(Inherited from Activity)
Description

Gets or sets activity description.

(Inherited from Activity)
EnvironmentPath

Gets or sets the environment path to execute the SSIS package. Type: string (or Expression with resultType string).

ExecutionCredential

Gets or sets the package execution credential.

LinkedServiceName

Gets or sets linked service reference.

(Inherited from ExecutionActivity)
LoggingLevel

Gets or sets the logging level of SSIS package execution. Type: string (or Expression with resultType string).

LogLocation

Gets or sets SSIS package execution log location.

Name

Gets or sets activity name.

(Inherited from Activity)
PackageConnectionManagers

Gets or sets the package level connection managers to execute the SSIS package.

PackageLocation

Gets or sets SSIS package location.

PackageParameters

Gets or sets the package level parameters to execute the SSIS package.

Policy

Gets or sets activity policy.

(Inherited from ExecutionActivity)
ProjectConnectionManagers

Gets or sets the project level connection managers to execute the SSIS package.

ProjectParameters

Gets or sets the project level parameters to execute the SSIS package.

PropertyOverrides

Gets or sets the property overrides to execute the SSIS package.

Runtime

Gets or sets specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).

UserProperties

Gets or sets activity user properties.

(Inherited from Activity)

Methods

Validate()

Validate the object.

Applies to