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

True 64 ビット サーバーでの実行に 32 ビット ランタイムを使用します。それ以外の場合は false。

referenceUsage
ProjectInfo.ReferenceUsage

参照の使用法。

reference
EnvironmentReference

プロジェクトを検証するために使用する参照。

戻り値

検証されたプロジェクト。

適用対象