PackageInfo.Execute メソッド

定義

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

オーバーロード

Execute(Boolean, EnvironmentReference)

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

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

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

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

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

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

適用対象