ExecuteSSISPackageActivity 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
ExecuteSSISPackageActivity()
Initializes a new instance of the ExecuteSSISPackageActivity class.
public ExecuteSSISPackageActivity ();
Public Sub New ()
Applies to
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.
public ExecuteSSISPackageActivity (string name, Microsoft.Azure.Management.DataFactory.Models.SSISPackageLocation packageLocation, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, object runtime = default, object loggingLevel = default, object environmentPath = default, Microsoft.Azure.Management.DataFactory.Models.SSISExecutionCredential executionCredential = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter> projectParameters = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter> packageParameters = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter>> projectConnectionManagers = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter>> packageConnectionManagers = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.SSISPropertyOverride> propertyOverrides = default, Microsoft.Azure.Management.DataFactory.Models.SSISLogLocation logLocation = default);
new Microsoft.Azure.Management.DataFactory.Models.ExecuteSSISPackageActivity : string * Microsoft.Azure.Management.DataFactory.Models.SSISPackageLocation * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SSISExecutionCredential * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter>> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter>> * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.SSISPropertyOverride> * Microsoft.Azure.Management.DataFactory.Models.SSISLogLocation -> Microsoft.Azure.Management.DataFactory.Models.ExecuteSSISPackageActivity
Public Sub New (name As String, packageLocation As SSISPackageLocation, connectVia As IntegrationRuntimeReference, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional runtime As Object = Nothing, Optional loggingLevel As Object = Nothing, Optional environmentPath As Object = Nothing, Optional executionCredential As SSISExecutionCredential = Nothing, Optional projectParameters As IDictionary(Of String, SSISExecutionParameter) = Nothing, Optional packageParameters As IDictionary(Of String, SSISExecutionParameter) = Nothing, Optional projectConnectionManagers As IDictionary(Of String, IDictionary(Of String, SSISExecutionParameter)) = Nothing, Optional packageConnectionManagers As IDictionary(Of String, IDictionary(Of String, SSISExecutionParameter)) = Nothing, Optional propertyOverrides As IDictionary(Of String, SSISPropertyOverride) = Nothing, Optional logLocation As SSISLogLocation = Nothing)
Parameters
- name
- String
Activity name.
- packageLocation
- SSISPackageLocation
SSIS package location.
- connectVia
- IntegrationRuntimeReference
The integration runtime reference.
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- description
- String
Activity description.
- dependsOn
- IList<ActivityDependency>
Activity depends on condition.
- userProperties
- IList<UserProperty>
Activity user properties.
- linkedServiceName
- LinkedServiceReference
Linked service reference.
- policy
- ActivityPolicy
Activity policy.
- runtime
- Object
Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).
- loggingLevel
- Object
The logging level of SSIS package execution. Type: string (or Expression with resultType string).
- environmentPath
- Object
The environment path to execute the SSIS package. Type: string (or Expression with resultType string).
- executionCredential
- SSISExecutionCredential
The package execution credential.
- projectParameters
- IDictionary<String,SSISExecutionParameter>
The project level parameters to execute the SSIS package.
- packageParameters
- IDictionary<String,SSISExecutionParameter>
The package level parameters to execute the SSIS package.
- projectConnectionManagers
- IDictionary<String,IDictionary<String,SSISExecutionParameter>>
The project level connection managers to execute the SSIS package.
- packageConnectionManagers
- IDictionary<String,IDictionary<String,SSISExecutionParameter>>
The package level connection managers to execute the SSIS package.
- propertyOverrides
- IDictionary<String,SSISPropertyOverride>
The property overrides to execute the SSIS package.
- logLocation
- SSISLogLocation
SSIS package execution log location.
Applies to
Azure SDK for .NET