Proprietà ApplicationClass.ComponentStorePath

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Valore proprietà

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

Implementa

IDTSApplication100.ComponentStorePath

Vedere anche

Riferimento

ApplicationClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper