言語

PackageInfo.Execute メソッド

定義

パッケージを実行します。

オーバーロード

Execute(Boolean, EnvironmentReference)

パッケージを実行します。

public:
 long Execute(bool use32RuntimeOn64, Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ reference);
public long Execute(bool use32RuntimeOn64, Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference reference);
member this.Execute : bool * Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference -> int64
Public Function Execute (use32RuntimeOn64 As Boolean, reference As EnvironmentReference) As Long

パラメーター

use32RuntimeOn64
Boolean

64ビットサーバー上で32ビットランタイムを使用するかどうかを示します

reference
EnvironmentReference

パッケージを実行するための指定された参照。 もしnullならパラメータのデフォルト値を使いましょう。

返品

実行ID

適用対象

Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>)

パッケージを実行します。

public:
 long Execute(bool use32RuntimeOn64, Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ reference, System::Collections::ObjectModel::Collection<Microsoft::SqlServer::Management::IntegrationServices::PackageInfo::ExecutionValueParameterSet ^> ^ setValueParameters);
public long Execute(bool use32RuntimeOn64, Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference reference, System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ExecutionValueParameterSet> setValueParameters);
member this.Execute : bool * Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference * System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ExecutionValueParameterSet> -> int64
Public Function Execute (use32RuntimeOn64 As Boolean, reference As EnvironmentReference, setValueParameters As Collection(Of PackageInfo.ExecutionValueParameterSet)) As Long

パラメーター

use32RuntimeOn64
Boolean

64ビットサーバー上で32ビットランタイムを使用するかどうかを示します

reference
EnvironmentReference

パッケージを実行するための指定された参照。 もしnullならパラメータのデフォルト値を使いましょう。

setValueParameters
Collection<PackageInfo.ExecutionValueParameterSet>

パラメータの集合がパラメータの値にセットされます。

返品

実行ID

適用対象

Execute(Boolean, EnvironmentReference, Collection<PackageInfo.ExecutionValueParameterSet>, Collection<PackageInfo.PropertyOverrideParameterSet>)

パッケージを実行します。

public:
 long Execute(bool use32RuntimeOn64, Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference ^ reference, System::Collections::ObjectModel::Collection<Microsoft::SqlServer::Management::IntegrationServices::PackageInfo::ExecutionValueParameterSet ^> ^ setValueParameters, System::Collections::ObjectModel::Collection<Microsoft::SqlServer::Management::IntegrationServices::PackageInfo::PropertyOverrideParameterSet ^> ^ propetyOverrideParameters);
public long Execute(bool use32RuntimeOn64, Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference reference, System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ExecutionValueParameterSet> setValueParameters, System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.PropertyOverrideParameterSet> propetyOverrideParameters);
member this.Execute : bool * Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference * System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.ExecutionValueParameterSet> * System.Collections.ObjectModel.Collection<Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.PropertyOverrideParameterSet> -> int64
Public Function Execute (use32RuntimeOn64 As Boolean, reference As EnvironmentReference, setValueParameters As Collection(Of PackageInfo.ExecutionValueParameterSet), propetyOverrideParameters As Collection(Of PackageInfo.PropertyOverrideParameterSet)) As Long

パラメーター

use32RuntimeOn64
Boolean

64ビットサーバー上で32ビットランタイムを使用するかどうかを示します

reference
EnvironmentReference

パッケージを実行するための指定された参照。 もしnullならパラメータのデフォルト値を使いましょう。

setValueParameters
Collection<PackageInfo.ExecutionValueParameterSet>

パラメータの集合がパラメータの値にセットされます。

propetyOverrideParameters
Collection<PackageInfo.PropertyOverrideParameterSet>

プロパティオーバーライドのためのパラメータ集合の集合。

返品

実行ID

適用対象