Compartir a través de


PackageInfo.ExecuteInScaleOut Método

Definición

Ejecuta el paquete en el 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 el entorno 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 parámetros.

propetyOverrideParameters
Collection<PackageInfo.PropertyOverrideParameterSet>

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

useAnyMachine
Boolean

Uso de cualquier trabajo

workerAgentIds
Collection<Guid>

Uso de trabajos específicos

retryCount
Int32

recuento de valores devueltos

Devoluciones

Identificador de ejecución

Se aplica a