PackageRemote32Class.PackageLocation Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the location of the package.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable ReadOnly Property PackageLocation As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
The location of the package.
Implementa
IDTSPackage100.PackageLocation