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

请参阅

参考

ApplicationClass 类

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间