Share via


PackageInfo.Execute メソッド (Boolean, EnvironmentReference)

指定した参照を使用してパッケージを実行します。

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

構文

'宣言
Public Function Execute ( _
    use32RuntimeOn64 As Boolean, _
    reference As EnvironmentReference _
) As Long
'使用
Dim instance As PackageInfo 
Dim use32RuntimeOn64 As Boolean 
Dim reference As EnvironmentReference 
Dim returnValue As Long 

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

パラメーター

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

戻り値

型: System.Int64
指定したパッケージ。

関連項目

参照

PackageInfo クラス

Execute オーバーロード

Microsoft.SqlServer.Management.IntegrationServices 名前空間