Share via


PackageInfo.Execute Método

Definición

Ejecuta el paquete.

Sobrecargas

Execute(Boolean, EnvironmentReference)

Ejecuta el paquete.

Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>)

Ejecuta el paquete.

Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>, Collection<PackageInfo.PropertyOverrideParameterSet>)

Ejecuta el paquete.

Execute(Boolean, EnvironmentReference)

Ejecuta el paquete.

public:
 long Execute(bool use32RuntimeOn64, Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ reference);
public long Execute (bool use32RuntimeOn64, Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference reference);
member this.Execute : bool * Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference -> int64
Public Function Execute (use32RuntimeOn64 As Boolean, reference As EnvironmentReference) As Long

Parámetros

use32RuntimeOn64
Boolean

indica si se debe usar el tiempo de ejecución de 32 bits para su ejecución en un servidor de 64 bits.

reference
EnvironmentReference

Referencia especificada para ejecutar el paquete. Si es null, use los valores predeterminados del parámetro.

Devoluciones

Identificador de ejecución

Se aplica a

Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>)

Ejecuta el paquete.

public:
 long Execute(bool use32RuntimeOn64, Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ reference, System::Collections::ObjectModel::Collection<Microsoft::SqlServer::Management::IntegrationServices::PackageInfo::ExecutionValueParameterSet ^> ^ setValueParameters);
public long Execute (bool use32RuntimeOn64, Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference reference, System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ExecutionValueParameterSet> setValueParameters);
member this.Execute : bool * Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference * System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ExecutionValueParameterSet> -> int64
Public Function Execute (use32RuntimeOn64 As Boolean, reference As EnvironmentReference, setValueParameters As Collection(Of PackageInfo.ExecutionValueParameterSet)) As Long

Parámetros

use32RuntimeOn64
Boolean

indica si se debe usar el tiempo de ejecución de 32 bits para su ejecución en un servidor de 64 bits.

reference
EnvironmentReference

Referencia especificada para ejecutar el paquete. Si es null, use los valores predeterminados del parámetro.

setValueParameters
Collection<PackageInfo.ExecutionValueParameterSet>

Colección de conjuntos de parámetros para establecer valores para los parámetros.

Devoluciones

Identificador de ejecución

Se aplica a

Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>, Collection<PackageInfo.PropertyOverrideParameterSet>)

Ejecuta el paquete.

public:
 long Execute(bool use32RuntimeOn64, Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ reference, System::Collections::ObjectModel::Collection<Microsoft::SqlServer::Management::IntegrationServices::PackageInfo::ExecutionValueParameterSet ^> ^ setValueParameters, System::Collections::ObjectModel::Collection<Microsoft::SqlServer::Management::IntegrationServices::PackageInfo::PropertyOverrideParameterSet ^> ^ propetyOverrideParameters);
public long Execute (bool use32RuntimeOn64, Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference reference, System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ExecutionValueParameterSet> setValueParameters, System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.PropertyOverrideParameterSet> propetyOverrideParameters);
member this.Execute : bool * Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference * System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ExecutionValueParameterSet> * System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.PropertyOverrideParameterSet> -> int64
Public Function Execute (use32RuntimeOn64 As Boolean, reference As EnvironmentReference, setValueParameters As Collection(Of PackageInfo.ExecutionValueParameterSet), propetyOverrideParameters As Collection(Of PackageInfo.PropertyOverrideParameterSet)) As Long

Parámetros

use32RuntimeOn64
Boolean

indica si se debe usar el tiempo de ejecución de 32 bits para su ejecución en un servidor de 64 bits.

reference
EnvironmentReference

Referencia especificada para ejecutar el paquete. Si es null, use los valores predeterminados del parámetro.

setValueParameters
Collection<PackageInfo.ExecutionValueParameterSet>

Colección de conjuntos de parámetros para establecer valores para los parámetros.

propetyOverrideParameters
Collection<PackageInfo.PropertyOverrideParameterSet>

Colección de conjuntos de parámetros para invalidaciones de propiedad.

Devoluciones

Identificador de ejecución

Se aplica a