ProjectInfo.Validate 方法

定义

验证项目。

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

参数

use32RuntimeOn64
Boolean

如此 使用 32 位运行时在 64 位服务器上执行;否则为 false。

referenceUsage
ProjectInfo.ReferenceUsage

引用用法。

reference
EnvironmentReference

用于验证项目的引用。

返回

验证的项目。

适用于