Compartir a través de


MiningStructureCollection Miembros

Represents a read-only, on-demand collection of MiningStructure objects that are contained by an AdomdConnection object.

El tipo MiningStructureCollection expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico {dtor} Releases all resources used by the MiningStructureCollection.
Método protegido CopyTo(Array, Int32)
Método publico CopyTo(array<MiningStructure> [] () [] [], Int32) Copies the elements of the MiningStructureCollection collection to the specified array.
Método publico Dispose Releases all resources used by the MiningStructureCollection.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico Find Returns the specified MiningStructure from the MiningStructureCollection collection by the structure's name.
Método publico GetEnumerator() () () () Returns an enumerator for iterating through the MiningStructureCollection collection.
Método publico GetEnumerator() () () () Returns an instance of the IEnumerator class for iterating through the collection.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Refresh Refreshes the collection of mining structures.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of MiningStructure objects in the collection.
Propiedad pública IsSynchronized Gets a value that indicates whether access to the collection is synchronized (thread safe).
Propiedad pública Item[ ( [ ( Int32] ) ] ) Gets the specified MiningStructure from the MiningStructureCollection collection by using the structure's index. In Microsoft Visual C#, this property is the indexer for the MiningStructureCollection class.
Propiedad pública Item[ ( [ ( String] ) ] ) Gets the specified MiningStructure from the MiningStructureCollection collection by using the structure's name. In Microsoft Visual C#, this property is the indexer for the MiningStructureCollection class.
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the MiningStructureCollection collection.

Principio