Freigeben über


Package.GetObjectFromPackagePath Method

Returns a package property and the object from the specified package path.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Function GetObjectFromPackagePath ( _
    packagePath As String, _
    <OutAttribute> ByRef property As DtsProperty _
) As Object
public Object GetObjectFromPackagePath (
    string packagePath,
    out DtsProperty property
)
public:
Object^ GetObjectFromPackagePath (
    String^ packagePath, 
    [OutAttribute] DtsProperty^% property
)
public Object GetObjectFromPackagePath (
    String packagePath, 
    /** @attribute OutAttribute() */ /** @ref */ DtsProperty property
)
Von JScript werden keine passiven Werttypargumente zur Referenz unterstützt.

Parameter

  • packagePath
    The path to the package.
  • property
    The object is the property that you want. This is an out parameter.

Rückgabewert

An object that contains the information you want.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

Package Class
Package Members
Microsoft.SqlServer.Dts.Runtime Namespace