Lenguaje

PackageInfo.Execute Método

Definición

Ejecuta el paquete.

Sobrecargas

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 un tiempo de ejecución de 32 bits para la ejecución en un servidor de 64 bits

reference
EnvironmentReference

Una referencia específica para ejecutar el paquete. Si es nulo, usa valores predeterminados de parámetros.

Devoluciones

El ID 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 un tiempo de ejecución de 32 bits para la ejecución en un servidor de 64 bits

reference
EnvironmentReference

Una referencia específica para ejecutar el paquete. Si es nulo, usa valores predeterminados de parámetros.

setValueParameters
Collection<PackageInfo.ExecutionValueParameterSet>

Un conjunto de conjuntos de parámetros para establecer valores para los parámetros.

Devoluciones

El ID 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 un tiempo de ejecución de 32 bits para la ejecución en un servidor de 64 bits

reference
EnvironmentReference

Una referencia específica para ejecutar el paquete. Si es nulo, usa valores predeterminados de parámetros.

setValueParameters
Collection<PackageInfo.ExecutionValueParameterSet>

Un conjunto de conjuntos de parámetros para establecer valores para los parámetros.

propetyOverrideParameters
Collection<PackageInfo.PropertyOverrideParameterSet>

Una colección de conjuntos de parámetros para anulaciones de propiedades.

Devoluciones

El ID de ejecución

Se aplica a