ProjectInfo.Validate メソッド

プロジェクトを検証します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public Function Validate ( _
    use32RuntimeOn64 As Boolean, _
    referenceUsage As ProjectInfo.ReferenceUsage, _
    reference As EnvironmentReference _
) As Long
'使用
Dim instance As ProjectInfo 
Dim use32RuntimeOn64 As Boolean 
Dim referenceUsage As ProjectInfo.ReferenceUsage 
Dim reference As EnvironmentReference 
Dim returnValue As Long 

returnValue = instance.Validate(use32RuntimeOn64, _
    referenceUsage, reference)
public long Validate(
    bool use32RuntimeOn64,
    ProjectInfo.ReferenceUsage referenceUsage,
    EnvironmentReference reference
)
public:
long long Validate(
    bool use32RuntimeOn64, 
    ProjectInfo.ReferenceUsage referenceUsage, 
    EnvironmentReference^ reference
)
member Validate : 
        use32RuntimeOn64:bool * 
        referenceUsage:ProjectInfo.ReferenceUsage * 
        reference:EnvironmentReference -> int64
public function Validate(
    use32RuntimeOn64 : boolean, 
    referenceUsage : ProjectInfo.ReferenceUsage, 
    reference : EnvironmentReference
) : long

パラメーター

  • use32RuntimeOn64
    型: System.Boolean
    64 ビット サーバー上で 32 ビット ランタイムを実行に使用する場合は true、それ以外の場合は false。

戻り値

型: System.Int64
検証されたプロジェクト。

関連項目

参照

ProjectInfo クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間