Compartilhar via


ProjectInfo.Validate Método

Definição

Valida o projeto.

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

Parâmetros

use32RuntimeOn64
Boolean

True para usar o runtime de 32 bits para execução em um servidor de 64 bits; caso contrário, false.

referenceUsage
ProjectInfo.ReferenceUsage

O uso da referência.

reference
EnvironmentReference

A referência usada para validar o projeto.

Retornos

O projeto validado.

Aplica-se a