ExtendedPropertyEnumerator 类

定义

支持遍历 ExtendedProperties 集合。 此类不能被继承。

public ref class ExtendedPropertyEnumerator sealed : Microsoft::SqlServer::Dts::Runtime::DtsEnumerator
public sealed class ExtendedPropertyEnumerator : Microsoft.SqlServer.Dts.Runtime.DtsEnumerator
type ExtendedPropertyEnumerator = class
    inherit DtsEnumerator
Public NotInheritable Class ExtendedPropertyEnumerator
Inherits DtsEnumerator
继承
ExtendedPropertyEnumerator

属性

Current

从集合返回当前的 ExtendedProperty 对象。

方法

MoveNext()

将枚举数推进到集合的下一个元素。

(继承自 DtsEnumerator)
Reset()

将枚举数设置为其初始位置,该位置位于集合中第一个元素之前。

(继承自 DtsEnumerator)

适用于