Lingua

PackageInfo.ExecuteInScaleOut Metodo

Definizione

Esegue il pacchetto nel 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

Parametri

use32RuntimeOn64
Boolean

indica se utilizzare runtime a 32 bit per l'esecuzione su un server a 64 bit

reference
EnvironmentReference

Un riferimento specificato per eseguire il package. Se è nullo, usa i valori predefiniti dei parametri.

setValueParameters
Collection<PackageInfo.ExecutionValueParameterSet>

Una raccolta di parametri per impostare valori per parametri.

propetyOverrideParameters
Collection<PackageInfo.PropertyOverrideParameterSet>

Una raccolta di insiemi di parametri per sovrascritti di proprietà.

useAnyMachine
Boolean

Usa qualsiasi lavoratore

workerAgentIds
Collection<Guid>

Usa lavoratori specifici

retryCount
Int32

Conteggio dei ritorni

Valori restituiti

L'ID di esecuzione

Si applica a