Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the relative path to the location of the specified package.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.String
The relative path to the location of the specified package.
Comentarios
For more information, see DtsProperty.