Freigeben über


ApplicationClass.ComponentStorePath-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

'Declaration
Public Overridable ReadOnly Property ComponentStorePath As String 
    Get
'Usage
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

Eigenschaftswert

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

Implementiert

IDTSApplication100.ComponentStorePath

Siehe auch

Verweis

ApplicationClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace