你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ExecuteSSISPackageActivity 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ExecuteSSISPackageActivity()
初始化 ExecuteSSISPackageActivity 类的新实例。
public ExecuteSSISPackageActivity ();
Public Sub New ()
适用于
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)
初始化 ExecuteSSISPackageActivity 类的新实例。
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)
参数
- name
- String
活动名称。
- packageLocation
- SSISPackageLocation
SSIS 包位置。
- connectVia
- IntegrationRuntimeReference
集成运行时引用。
- additionalProperties
- IDictionary<String,Object>
此集合反序列化消息中的不匹配属性
- description
- String
活动说明。
- dependsOn
- IList<ActivityDependency>
活动取决于条件。
- userProperties
- IList<UserProperty>
活动用户属性。
- linkedServiceName
- LinkedServiceReference
链接服务引用。
- policy
- ActivityPolicy
活动策略。
- runtime
- Object
指定要执行 SSIS 包的运行时。 该值应为“x86”或“x64”。 类型:字符串 (或带有 resultType 字符串) 的表达式。
- loggingLevel
- Object
SSIS 包执行的日志记录级别。 类型:字符串 (或带有 resultType 字符串) 的表达式。
- environmentPath
- Object
用于执行 SSIS 包的环境路径。 类型:字符串 (或带有 resultType 字符串) 的表达式。
- executionCredential
- SSISExecutionCredential
包执行凭据。
- projectParameters
- IDictionary<String,SSISExecutionParameter>
用于执行 SSIS 包的项目级参数。
- packageParameters
- IDictionary<String,SSISExecutionParameter>
要执行 SSIS 包的包级别参数。
- projectConnectionManagers
- IDictionary<String,IDictionary<String,SSISExecutionParameter>>
用于执行 SSIS 包的项目级连接管理器。
- packageConnectionManagers
- IDictionary<String,IDictionary<String,SSISExecutionParameter>>
用于执行 SSIS 包的包级连接管理器。
- propertyOverrides
- IDictionary<String,SSISPropertyOverride>
属性重写以执行 SSIS 包。
- logLocation
- SSISLogLocation
SSIS 包执行日志位置。