Compartir a través de


Package.GetObjectFromPackagePath Method

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

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
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
)
JScript no permite pasar argumentos de valor para referencia.

Parámetros

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

Valor devuelto

An object that contains the information you want.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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