Partager via


Propriété PackageNeutralClass.PackageLocation

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the location of the package.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property PackageLocation As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The location of the package.

Implémente

IDTSPackage100.PackageLocation

Notes

For more information, see Package.

Voir aussi

Référence

PackageNeutralClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper