MiningAttributeCollection Class

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

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningAttributeCollection

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.