Compartir a través de


MiningContentNodeCollection Clase

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

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

Sintaxis

'Declaración
Public NotInheritable Class MiningContentNodeCollection _
    Implements IDisposable, IEnumerable, ICollection
'Uso
Dim instance As MiningContentNodeCollection
public sealed class MiningContentNodeCollection : IDisposable, 
    IEnumerable, ICollection
public ref class MiningContentNodeCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type MiningContentNodeCollection =  
    class
        interface IDisposable
        interface IEnumerable
        interface ICollection
    end
public final class MiningContentNodeCollection implements IDisposable, IEnumerable, ICollection

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningContentNodeCollection

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.