Bagikan melalui


PackageInfo.ExecuteInScaleOut Metode

Definisi

Menjalankan paket dalam kluster

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

menunjukkan apakah akan menggunakan runtime 32 bit untuk eksekusi pada server 64-bit

reference
EnvironmentReference

Referensi yang ditentukan untuk menjalankan paket. Jika null, gunakan nilai default parameter.

setValueParameters
Collection<PackageInfo.ExecutionValueParameterSet>

Kumpulan set parameter untuk mengatur nilai untuk parameter.

propetyOverrideParameters
Collection<PackageInfo.PropertyOverrideParameterSet>

Kumpulan set parameter untuk penimpaan properti.

useAnyMachine
Boolean

Menggunakan pekerja apa pun

workerAgentIds
Collection<Guid>

Menggunakan pekerja tertentu

retryCount
Int32

jumlah pengembalian

Mengembalikan

ID eksekusi

Berlaku untuk