Membros AdomdPropertyCollection.Enumerator
Implements the System.Collections..::..IEnumerator interface to support iterating over an AdomdPropertyCollection object and reading its individual AdomdProperty values.
O tipo AdomdPropertyCollection. . :: . .Enumerator expõe os seguintes membros.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
MoveNext | Moves to the next AdomdProperty instance of the AdomdPropertyCollection object. | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. | |
ToString | (Herdado de ValueType.) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Current | Gets the current AdomdProperty instance in the AdomdPropertyCollection object. |
Início
Consulte também