PackageInfo.Execute Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Exécute le package.
Surcharges
Execute(Boolean, EnvironmentReference)
Exécute le package.
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
Paramètres
- use32RuntimeOn64
- Boolean
indique s’il faut utiliser le runtime 32 bits pour l’exécution sur un serveur 64 bits
- reference
- EnvironmentReference
Référence spécifiée pour exécuter le package. S’il s’agit d’une valeur null, utilisez les valeurs par défaut du paramètre.
Retours
ID d’exécution
S’applique à
Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>)
Exécute le package.
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
Paramètres
- use32RuntimeOn64
- Boolean
indique s’il faut utiliser le runtime 32 bits pour l’exécution sur un serveur 64 bits
- reference
- EnvironmentReference
Référence spécifiée pour exécuter le package. S’il s’agit d’une valeur null, utilisez les valeurs par défaut du paramètre.
- setValueParameters
- Collection<PackageInfo.ExecutionValueParameterSet>
Collection de jeux de paramètres permettant de définir des valeurs pour les paramètres.
Retours
ID d’exécution
S’applique à
Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>, Collection<PackageInfo.PropertyOverrideParameterSet>)
Exécute le package.
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
Paramètres
- use32RuntimeOn64
- Boolean
indique s’il faut utiliser le runtime 32 bits pour l’exécution sur un serveur 64 bits
- reference
- EnvironmentReference
Référence spécifiée pour exécuter le package. S’il s’agit d’une valeur null, utilisez les valeurs par défaut du paramètre.
- setValueParameters
- Collection<PackageInfo.ExecutionValueParameterSet>
Collection de jeux de paramètres permettant de définir des valeurs pour les paramètres.
- propetyOverrideParameters
- Collection<PackageInfo.PropertyOverrideParameterSet>
Collection de jeux de paramètres pour les remplacements de propriété.
Retours
ID d’exécution