Classe MiningParameterCollection

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

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

Sintassi

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningParameterCollection

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.