Partager via


Propriété PackageRemote32Class.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 PackageRemote32Class 
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

Voir aussi

Référence

PackageRemote32Class Classe

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