Partager via


Propriété ComponentStorePath

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

For more information, see Application.

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

Syntaxe

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

Valeur de propriété

Type : System. . :: . .String

Implémente

IDTSApplication100. . :: . .ComponentStorePath