PackageInfo.ScriptExecuteInScaleOut Methode

Definition

Skript zum Ausführen des Pakets 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

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 der Wert NULL ist, verwenden Sie Parameterstandardwerte.

setValueParameters
Collection<PackageInfo.ExecutionValueParameterSet>

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

propertyOverrideParameters
Collection<PackageInfo.PropertyOverrideParameterSet>

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

useAnyMachine
Boolean

Gibt an, ob ein Computer für die Paketausführung verwendet werden soll.

workerAgentIds
Collection<Guid>

Gibt die Worker-Agents für die Paketausführung anhand der ID an.

retryCount
Int32

Wiederholungsanzahl der Ausführung, wenn ein Fehler aufgetreten ist.

Gibt zurück

Das Skript.

Gilt für: