Свойство ApplicationClass.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)
Синтаксис
'Декларация
Public Overridable ReadOnly Property ComponentStorePath As String
Get
'Применение
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
Значение свойства
Тип: System.String
The location of the pipeline components.
Реализует
IDTSApplication100.ComponentStorePath