Compartir a través de


IDTSPackage100.GetObjectFromPackagePath Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Function GetObjectFromPackagePath ( _
    bstrPath As String, _
    <OutAttribute> ByRef ppProperty As IDTSProperty100 _
) As Object
'Uso
Dim instance As IDTSPackage100 
Dim bstrPath As String 
Dim ppProperty As IDTSProperty100 
Dim returnValue As Object 

returnValue = instance.GetObjectFromPackagePath(bstrPath, _
    ppProperty)
Object GetObjectFromPackagePath(
    string bstrPath,
    out IDTSProperty100 ppProperty
)
Object^ GetObjectFromPackagePath(
    [InAttribute] String^ bstrPath, 
    [OutAttribute] IDTSProperty100^% ppProperty
)
abstract GetObjectFromPackagePath : 
        bstrPath:string * 
        ppProperty:IDTSProperty100 byref -> Object
function GetObjectFromPackagePath(
    bstrPath : String, 
    ppProperty : IDTSProperty100
) : Object

Parámetros

Valor devuelto

Tipo: System.Object
An object that contains the information you want.

Comentarios

This interface is implemented by the Package and PackageNeutral interfaces.

Vea también

Referencia

IDTSPackage100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper