Compartir a través de


IDTSConfiguration100.PackagePath Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

For more information, see Configuration.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Property PackagePath As String 
    Get 
    Set
'Uso
Dim instance As IDTSConfiguration100 
Dim value As String 

value = instance.PackagePath

instance.PackagePath = value
string PackagePath { get; set; }
property String^ PackagePath {
    String^ get ();
    void set (String^ value);
}
abstract PackagePath : string with get, set
function get PackagePath () : String 
function set PackagePath (value : String)

Valor de la propiedad

Tipo: System.String

Vea también

Referencia

IDTSConfiguration100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper