Compartir a través de


ApplicationClass.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
Public Overridable ReadOnly Property ComponentStorePath As String 
    Get
'Uso
Dim instance As ApplicationClass 
Dim value As String 

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

Valor de la propiedad

Tipo: System.String
The location of the pipeline components.

Implementa

IDTSApplication100.ComponentStorePath

Vea también

Referencia

ApplicationClass Clase

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