Freigeben über


PackageNeutralClass.PackageLocation-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the location of the package.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property PackageLocation As String 
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
The location of the package.

Implementiert

IDTSPackage100.PackageLocation

Hinweise

For more information, see Package.

Siehe auch

Verweis

PackageNeutralClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace