MiningModelCollection Class

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class MiningModelCollection _
    Implements IDisposable, IEnumerable, ICollection
'Usage
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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningModelCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.