Compartir a través de


MiningParameterCollection Clase

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
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

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.