PackageInfo.Execute Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Esegue il pacchetto.
Overload
Execute(Boolean, EnvironmentReference)
Esegue il pacchetto.
public:
long Execute(bool use32RuntimeOn64, Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ reference);
public long Execute (bool use32RuntimeOn64, Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference reference);
member this.Execute : bool * Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference -> int64
Public Function Execute (use32RuntimeOn64 As Boolean, reference As EnvironmentReference) As Long
Parametri
- use32RuntimeOn64
- Boolean
indica se usare il runtime a 32 bit per l'esecuzione in un server a 64 bit
- reference
- EnvironmentReference
Riferimento specificato per eseguire il pacchetto. Se è Null, usare i valori predefiniti dei parametri.
Restituisce
ID di esecuzione
Si applica a
Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>)
Esegue il pacchetto.
public:
long Execute(bool use32RuntimeOn64, Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ reference, System::Collections::ObjectModel::Collection<Microsoft::SqlServer::Management::IntegrationServices::PackageInfo::ExecutionValueParameterSet ^> ^ setValueParameters);
public long Execute (bool use32RuntimeOn64, Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference reference, System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ExecutionValueParameterSet> setValueParameters);
member this.Execute : bool * Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference * System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ExecutionValueParameterSet> -> int64
Public Function Execute (use32RuntimeOn64 As Boolean, reference As EnvironmentReference, setValueParameters As Collection(Of PackageInfo.ExecutionValueParameterSet)) As Long
Parametri
- use32RuntimeOn64
- Boolean
indica se usare il runtime a 32 bit per l'esecuzione in un server a 64 bit
- reference
- EnvironmentReference
Riferimento specificato per eseguire il pacchetto. Se è Null, usare i valori predefiniti dei parametri.
- setValueParameters
- Collection<PackageInfo.ExecutionValueParameterSet>
Raccolta di set di parametri per impostare i valori per i parametri.
Restituisce
ID di esecuzione
Si applica a
Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>, Collection<PackageInfo.PropertyOverrideParameterSet>)
Esegue il pacchetto.
public:
long Execute(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);
public long Execute (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);
member this.Execute : 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> -> int64
Public Function Execute (use32RuntimeOn64 As Boolean, reference As EnvironmentReference, setValueParameters As Collection(Of PackageInfo.ExecutionValueParameterSet), propetyOverrideParameters As Collection(Of PackageInfo.PropertyOverrideParameterSet)) As Long
Parametri
- use32RuntimeOn64
- Boolean
indica se usare il runtime a 32 bit per l'esecuzione in un server a 64 bit
- reference
- EnvironmentReference
Riferimento specificato per eseguire il pacchetto. Se è Null, usare i valori predefiniti dei parametri.
- setValueParameters
- Collection<PackageInfo.ExecutionValueParameterSet>
Raccolta di set di parametri per impostare i valori per i parametri.
- propetyOverrideParameters
- Collection<PackageInfo.PropertyOverrideParameterSet>
Raccolta di set di parametri per le sostituzioni di proprietà.
Restituisce
ID di esecuzione