Proprietà PackageNeutralClass.PackageLocation

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the location of the package.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
The location of the package.

Implementa

IDTSPackage100.PackageLocation

Osservazioni

For more information, see Package.

Vedere anche

Riferimento

PackageNeutralClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper