PackageInfo.ExecuteInScaleOut Methode

Definition

Führt das Paket im Cluster aus.

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

Parameter

use32RuntimeOn64
Boolean

Gibt an, ob die 32-Bit-Runtime für die Ausführung auf einem 64-Bit-Server verwendet werden soll.

reference
EnvironmentReference

Ein angegebener Verweis zum Ausführen des Pakets. Wenn null ist, verwenden Sie Parameterstandardwerte.

setValueParameters
Collection<PackageInfo.ExecutionValueParameterSet>

Eine Auflistung von Parametersätzen zum Festlegen von Werten für Parameter.

propetyOverrideParameters
Collection<PackageInfo.PropertyOverrideParameterSet>

Eine Auflistung von Parametersätzen für Eigenschaftsüberschreibungen.

useAnyMachine
Boolean

Verwenden eines beliebigen Workers

workerAgentIds
Collection<Guid>

Verwenden bestimmter Worker

retryCount
Int32

Rückgabeanzahl

Gibt zurück

Die Ausführungs-ID

Gilt für: