Classe MiningAttributeCollection

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

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class MiningAttributeCollection _
    Implements IDisposable, IEnumerable, ICollection
'Utilizzo
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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningAttributeCollection

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.