Compartir a través de


PackagePath Propiedad

Esta API admite la infraestructura de 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