Свойство IDTSApplication100.ComponentStorePath
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Returns the path where pipeline components are stored. This property is read-only.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
ReadOnly Property ComponentStorePath As String
Get
'Применение
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
Значение свойства
Тип: System.String
A String that indicates the location of the pipeline components.