Condividi tramite


Proprietà IDTSPackage100.PackageLocation

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

Gets or sets a string that contains the location of the package.

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

Sintassi

'Dichiarazione
ReadOnly Property PackageLocation As String 
    Get
'Utilizzo
Dim instance As IDTSPackage100 
Dim value As String 

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

Valore proprietà

Tipo: System.String
The location of the package.

Osservazioni

This interface is implemented by the Package and PackageNeutral interfaces.

Vedere anche

Riferimento

IDTSPackage100 Interfaccia

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