Свойство ApplicationClass.PipelineComponentInfos
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Returns a PipelineComponentInfos collection that contains PipelineComponentInfo objects.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property PipelineComponentInfos As IDTSPipelineComponentInfos100
Get
'Применение
Dim instance As ApplicationClass
Dim value As IDTSPipelineComponentInfos100
value = instance.PipelineComponentInfos
public virtual IDTSPipelineComponentInfos100 PipelineComponentInfos { get; }
public:
virtual property IDTSPipelineComponentInfos100^ PipelineComponentInfos {
IDTSPipelineComponentInfos100^ get ();
}
abstract PipelineComponentInfos : IDTSPipelineComponentInfos100
override PipelineComponentInfos : IDTSPipelineComponentInfos100
function get PipelineComponentInfos () : IDTSPipelineComponentInfos100
Значение свойства
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPipelineComponentInfos100
A PipelineComponentInfos collection that contains all the PipelineComponentInfo objects for the application.
Реализует
IDTSApplication100.PipelineComponentInfos