Package.GetObjectFromPackagePath(String, DtsProperty) 方法

定义

从指定的包路径返回包属性和对象。

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

参数

packagePath
String

包的路径。

property
DtsProperty

对象为所需的属性。 这是一个输出参数。

返回

Object

来自指定的包路径的包属性和对象。

适用于