Compartilhar via


Método IDTSProperty100.GetPackagePath

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the relative path to the location of the specified package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Function GetPackagePath ( _
    pObject As Object _
) As String
'Uso
Dim instance As IDTSProperty100 
Dim pObject As Object 
Dim returnValue As String 

returnValue = instance.GetPackagePath(pObject)
string GetPackagePath(
    Object pObject
)
String^ GetPackagePath(
    [InAttribute] Object^ pObject
)
abstract GetPackagePath : 
        pObject:Object -> string
function GetPackagePath(
    pObject : Object
) : String

Parâmetros

  • pObject
    Tipo: System.Object
    An object that contains the package.

Valor de retorno

Tipo: System.String
The relative path to the location of the specified package.

Comentários

For more information, see DtsProperty.

Consulte também

Referência

IDTSProperty100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper