Compartilhar via


Propriedade do RDL ApplicationClass.ComponentStorePath

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Implementa

IDTSApplication100.ComponentStorePath

Consulte também

Referência

ApplicationClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper