Compartir a través de


Clase MiningModelCollection

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

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningModelCollection

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public NotInheritable Class MiningModelCollection _
    Implements IDisposable, IEnumerable, ICollection
'Uso
Dim instance As MiningModelCollection
public sealed class MiningModelCollection : IDisposable, 
    IEnumerable, ICollection
public ref class MiningModelCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type MiningModelCollection =  
    class 
        interface IDisposable 
        interface IEnumerable 
        interface ICollection 
    end
public final class MiningModelCollection implements IDisposable, IEnumerable, ICollection

El tipo MiningModelCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of MiningModel 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 MiningModel from the collection by using the model's index. In Microsoft Visual C#, this property is the indexer for the MiningModelCollection class.
Propiedad pública Item[String] Gets the specified MiningModel from the collection by using the model's name. In Microsoft Visual C#, this property is the indexer for the MiningModelCollection class.
Propiedad pública SyncRoot Gets an object that can be used to synchronize access to the collection.

Arriba

Métodos

  Nombre Descripción
Método público {dtor} Releases all resources used by the MiningModelCollection.
Método protegido CopyTo(Array, Int32) Copies the elements of the collection to the specified array.
Método público CopyTo(array<MiningModel[], Int32) Copies the elements of the collection to the specified array.
Método público Dispose Releases all resources used by the MiningModelCollection.
Método público Equals (Se hereda de Object.)
Método público Find Finds the specified MiningModel from the collection by the model's name.
Método público GetEnumerator() Returns an enumerator for iterating through the collection.
Método público GetEnumerator() Returns an IEnumerator for iterating through a collection.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Refresh Refreshes the collection of mining models.
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdServer