Lenguaje

PackageInfo.ExecuteInScaleOut Método

Definición

Ejecuta el paquete en clúster

public:
 long ExecuteInScaleOut(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, bool useAnyMachine, System::Collections::ObjectModel::Collection<Guid> ^ workerAgentIds, int retryCount);
public long ExecuteInScaleOut(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, bool useAnyMachine, System.Collections.ObjectModel.Collection<Guid> workerAgentIds, int retryCount);
member this.ExecuteInScaleOut : 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> * bool * System.Collections.ObjectModel.Collection<Guid> * int -> int64
Public Function ExecuteInScaleOut (use32RuntimeOn64 As Boolean, reference As EnvironmentReference, setValueParameters As Collection(Of PackageInfo.ExecutionValueParameterSet), propetyOverrideParameters As Collection(Of PackageInfo.PropertyOverrideParameterSet), useAnyMachine As Boolean, workerAgentIds As Collection(Of Guid), retryCount As Integer) 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.

useAnyMachine
Boolean

Utiliza a cualquier trabajador

workerAgentIds
Collection<Guid>

Utiliza trabajadores específicos

retryCount
Int32

Recuento de retornos

Devoluciones

El ID de ejecución

Se aplica a