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

True pour utiliser le runtime 32 bits pour l’exécution sur un serveur 64 bits ; sinon, false.

referenceUsage
ProjectInfo.ReferenceUsage

Utilisation de référence.

reference
EnvironmentReference

Référence utilisée pour valider le projet.

Retours

Projet validé.

S’applique à