Compartir a través de


PackageNeutralClass.PackageLocation Propiedad

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

Gets 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
Public Overridable ReadOnly Property PackageLocation As String 
    Get
'Uso
Dim instance As PackageNeutralClass 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
The location of the package.

Implementa

IDTSPackage100.PackageLocation

Comentarios

For more information, see Package.

Vea también

Referencia

PackageNeutralClass Clase

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