言語

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

64ビットサーバー上で実行するために32ビットランタイムを使用することは正しいです。そうでなければ、誤りです。

referenceUsage
ProjectInfo.ReferenceUsage

参照の使い方。

reference
EnvironmentReference

プロジェクトの検証に使われた参照。

返品

検証済みプロジェクト。

適用対象