PackageRemote64Class.GetObjectFromPackagePath(String, IDTSProperty100) メソッド

定義

public:
 virtual System::Object ^ GetObjectFromPackagePath(System::String ^ bstrPath, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSProperty100 ^ % ppProperty) = Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSPackage100::GetObjectFromPackagePath;
public virtual object GetObjectFromPackagePath (string bstrPath, out Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSProperty100 ppProperty);
abstract member GetObjectFromPackagePath : string * IDTSProperty100 -> obj
override this.GetObjectFromPackagePath : string * IDTSProperty100 -> obj
Public Overridable Function GetObjectFromPackagePath (bstrPath As String, ByRef ppProperty As IDTSProperty100) As Object

パラメーター

bstrPath
String
ppProperty
IDTSProperty100

戻り値

指定されたパッケージ パスからのオブジェクトです。

実装

適用対象