ExecuteSSISPackageActivity Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ExecuteSSISPackageActivity()
Inicializa uma nova instância da classe ExecuteSSISPackageActivity.
public ExecuteSSISPackageActivity();
Public Sub New ()
Aplica-se a
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)
Inicializa uma nova instância da classe 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)
Parâmetros
- name
- String
Nome da atividade.
- packageLocation
- SSISPackageLocation
Local do pacote SSIS.
- connectVia
- IntegrationRuntimeReference
A referência de runtime de integração.
- additionalProperties
- IDictionary<String,Object>
As propriedades sem correspondência da mensagem são desserializadas nesta coleção
- description
- String
Descrição da atividade.
- dependsOn
- IList<ActivityDependency>
A atividade depende da condição.
- userProperties
- IList<UserProperty>
Propriedades do usuário da atividade.
- linkedServiceName
- LinkedServiceReference
Referência de serviço vinculado.
- policy
- ActivityPolicy
Política de atividade.
- runtime
- Object
Especifica o runtime para executar o pacote SSIS. O valor deve ser "x86" ou "x64". Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- loggingLevel
- Object
O nível de log da execução do pacote SSIS. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- environmentPath
- Object
O caminho do ambiente para executar o pacote SSIS. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- executionCredential
- SSISExecutionCredential
A credencial de execução do pacote.
- projectParameters
- IDictionary<String,SSISExecutionParameter>
Os parâmetros de nível de projeto para executar o pacote SSIS.
- packageParameters
- IDictionary<String,SSISExecutionParameter>
Os parâmetros de nível de pacote para executar o pacote SSIS.
- projectConnectionManagers
- IDictionary<String,IDictionary<String,SSISExecutionParameter>>
Os gerenciadores de conexões no nível do projeto para executar o pacote SSIS.
- packageConnectionManagers
- IDictionary<String,IDictionary<String,SSISExecutionParameter>>
Os gerenciadores de conexões no nível do pacote para executar o pacote SSIS.
- propertyOverrides
- IDictionary<String,SSISPropertyOverride>
A propriedade substitui para executar o pacote SSIS.
- logLocation
- SSISLogLocation
Local do log de execução do pacote SSIS.
Aplica-se a
Azure SDK for .NET