Partager via


Propriété IDTSApplication100.ComponentStorePath

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property ComponentStorePath As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IDTSApplication100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper