Classe MiningParameterCollection

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

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

Sintaxe

'Declaração
Public NotInheritable Class MiningParameterCollection _
    Implements IDisposable, IEnumerable, ICollection
'Uso
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

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.