Classe MiningParameterCollection

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

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MiningParameterCollection _
    Implements IDisposable, IEnumerable, ICollection
'Utilisation
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

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.