PipelineComponentInfoEnumerator 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
支持遍历 PipelineComponentInfos 集合。 此类不能被继承。
public ref class PipelineComponentInfoEnumerator sealed : Microsoft::SqlServer::Dts::Runtime::DtsEnumerator
public sealed class PipelineComponentInfoEnumerator : Microsoft.SqlServer.Dts.Runtime.DtsEnumerator
type PipelineComponentInfoEnumerator = class
inherit DtsEnumerator
Public NotInheritable Class PipelineComponentInfoEnumerator
Inherits DtsEnumerator
- 继承
属性
Current |
从集合获取当前的 PipelineComponentInfo 元素。 |
方法
MoveNext() |
将枚举数推进到集合的下一个元素。 (继承自 DtsEnumerator) |
Reset() |
将枚举数设置为其初始位置,该位置位于集合中第一个元素之前。 (继承自 DtsEnumerator) |