Package.GetObjectFromPackagePath(String, DtsProperty) 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 ^ packagePath, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::DtsProperty ^ % property);
public object GetObjectFromPackagePath (string packagePath, out Microsoft.SqlServer.Dts.Runtime.DtsProperty property);
member this.GetObjectFromPackagePath : string * DtsProperty -> obj
Public Function GetObjectFromPackagePath (packagePath As String, ByRef property As DtsProperty) As Object
Parameters
- packagePath
- String
The path to the package.
- property
- DtsProperty
The object is the property that you want. This is an out parameter.
Returns
A package property and the object from the specified package path.