IDTSPackage100.GetObjectFromPackagePath(String, IDTSProperty100) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a package property and the object from the specified package path.
public:
 System::Object ^ GetObjectFromPackagePath(System::String ^ bstrPath, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSProperty100 ^ % ppProperty);
	[System.Runtime.InteropServices.DispId(70)]
public object GetObjectFromPackagePath(string bstrPath, out Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperty100 ppProperty);
	[<System.Runtime.InteropServices.DispId(70)>]
abstract member GetObjectFromPackagePath : string * IDTSProperty100 -> obj
	Public Function GetObjectFromPackagePath (bstrPath As String, ByRef ppProperty As IDTSProperty100) As Object
	Parameters
- bstrPath
 - String
 
The path to the package.
- ppProperty
 - IDTSProperty100
 
The object is the property that you want.
Returns
An object that contains the information you want.
- Attributes
 
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.