Proprietà PackageRemote32Class.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 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
Valore proprietà
Tipo: System.String
The location of the package.
Implementa
IDTSPackage100.PackageLocation