Langue

PackageInfo.ExecuteInScaleOut Méthode

Définition

Exécute le package en cluster

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

Paramètres

use32RuntimeOn64
Boolean

indique s’il faut utiliser un temps d’exécution 32 bits pour l’exécution sur un serveur 64 bits

reference
EnvironmentReference

Une référence spécifiée pour exécuter le package. Si c’est nul, utilisez les valeurs par défaut des paramètres.

setValueParameters
Collection<PackageInfo.ExecutionValueParameterSet>

Une collection d’ensembles de paramètres pour fixer des valeurs pour les paramètres.

propetyOverrideParameters
Collection<PackageInfo.PropertyOverrideParameterSet>

Une collection d’ensembles de paramètres pour les dérogations de propriétés.

useAnyMachine
Boolean

Utilisez n’importe quel ouvrier

workerAgentIds
Collection<Guid>

Utiliser des ouvriers spécifiques

retryCount
Int32

Compte des retours

Retours

L’ID d’exécution

S’applique à