Compartir a través de


IDTSPackage100.PackageLocation Propiedad

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

Gets or sets a string that contains the location of the package.

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

Sintaxis

'Declaración
ReadOnly Property PackageLocation As String 
    Get
'Uso
Dim instance As IDTSPackage100 
Dim value As String 

value = instance.PackageLocation
string PackageLocation { get; }
property String^ PackageLocation {
    String^ get ();
}
abstract PackageLocation : string
function get PackageLocation () : String

Valor de la propiedad

Tipo: System.String
The location of the package.

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