ProjectInfo.Validate Méthode

Définition

Valide le projet.

public:
 long Validate(bool use32RuntimeOn64, Microsoft::SqlServer::Management::IntegrationServices::ProjectInfo::ReferenceUsage referenceUsage, Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ reference);
public long Validate(bool use32RuntimeOn64, Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.ReferenceUsage referenceUsage, Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference reference);
override this.Validate : bool * Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.ReferenceUsage * Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference -> int64
Public Function Validate (use32RuntimeOn64 As Boolean, referenceUsage As ProjectInfo.ReferenceUsage, reference As EnvironmentReference) As Long

Paramètres

use32RuntimeOn64
Boolean

Fidèle à l’utilisation d’un temps d’exécution 32 bits pour l’exécution sur un serveur 64 bits ; sinon, faux.

referenceUsage
ProjectInfo.ReferenceUsage

L’utilisation de référence.

reference
EnvironmentReference

La référence utilisée pour valider le projet.

Retours

Le projet validé.

S’applique à