Compartilhar via


Propriedade do RDL IDTSApplication100.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
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 da propriedade

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

Consulte também

Referência

IDTSApplication100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper