Compartir a través de


IDTSApplication100.ComponentStorePath Propiedad

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

Returns the path where pipeline components are stored. This property is read-only.

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

Sintaxis

'Declaración
ReadOnly Property ComponentStorePath As String 
    Get
'Uso
Dim instance As IDTSApplication100 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
A String that indicates the location of the pipeline components.

Vea también

Referencia

IDTSApplication100 Interfaz

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