MiningModelColumnCollection Class

Represents a read-only, on-demand collection of MiningModelColumn objects contained by a MiningModel object.

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

Syntax

'Declaration
Public NotInheritable Class MiningModelColumnCollection _
    Implements IDisposable, IEnumerable, ICollection
'Usage
Dim instance As MiningModelColumnCollection
public sealed class MiningModelColumnCollection : IDisposable, 
    IEnumerable, ICollection
public ref class MiningModelColumnCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type MiningModelColumnCollection =  
    class
        interface IDisposable
        interface IEnumerable
        interface ICollection
    end
public final class MiningModelColumnCollection implements IDisposable, IEnumerable, ICollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningModelColumnCollection

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.