PackageInfo.ScriptExecuteInScaleOut Metodo

Definizione

Script per eseguire il pacchetto in Scale Out.

public:
 Microsoft::SqlServer::Management::Sdk::Sfc::ISfcScript ^ ScriptExecuteInScaleOut(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 ^> ^ propertyOverrideParameters, bool useAnyMachine, System::Collections::ObjectModel::Collection<Guid> ^ workerAgentIds, int retryCount);
public Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript ScriptExecuteInScaleOut(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> propertyOverrideParameters, bool useAnyMachine, System.Collections.ObjectModel.Collection<Guid> workerAgentIds, int retryCount);
member this.ScriptExecuteInScaleOut : 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 -> Microsoft.SqlServer.Management.Sdk.Sfc.ISfcScript
Public Function ScriptExecuteInScaleOut (use32RuntimeOn64 As Boolean, reference As EnvironmentReference, setValueParameters As Collection(Of PackageInfo.ExecutionValueParameterSet), propertyOverrideParameters As Collection(Of PackageInfo.PropertyOverrideParameterSet), useAnyMachine As Boolean, workerAgentIds As Collection(Of Guid), retryCount As Integer) As ISfcScript

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.

propertyOverrideParameters
Collection<PackageInfo.PropertyOverrideParameterSet>

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

useAnyMachine
Boolean

Indica se utilizzare qualsiasi macchina per l'esecuzione dei pacchetti.

workerAgentIds
Collection<Guid>

Indica gli agenti worker per l'esecuzione del pacchetto tramite id.

retryCount
Int32

Ritenta il conteggio dell'esecuzione se fallisce.

Valori restituiti

Script.

Si applica a