IDTSApplication100.PipelineComponentInfos 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Returns a IDTSPipelineComponentInfos100 collection that contains IDTSPipelineComponentInfo100 objects.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
ReadOnly Property PipelineComponentInfos As IDTSPipelineComponentInfos100
Get
用法
Dim instance As IDTSApplication100
Dim value As IDTSPipelineComponentInfos100
value = instance.PipelineComponentInfos
IDTSPipelineComponentInfos100 PipelineComponentInfos { get; }
property IDTSPipelineComponentInfos100^ PipelineComponentInfos {
IDTSPipelineComponentInfos100^ get ();
}
abstract PipelineComponentInfos : IDTSPipelineComponentInfos100
function get PipelineComponentInfos () : IDTSPipelineComponentInfos100
属性值
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPipelineComponentInfos100
A IDTSPipelineComponentInfos100 collection that contains all the IDTSPipelineComponentInfo100 objects for the application. This property is read-only.