Compartilhar via


Método IDTSPackagePath100.GetPackagePath

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

For more information, see IDTSPackagePath.

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

Sintaxe

'Declaração
Function GetPackagePath As String
'Uso
Dim instance As IDTSPackagePath100 
Dim returnValue As String 

returnValue = instance.GetPackagePath()
string GetPackagePath()
String^ GetPackagePath()
abstract GetPackagePath : unit -> string
function GetPackagePath() : String

Valor de retorno

Tipo: System.String

Consulte também

Referência

IDTSPackagePath100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper