Classe MiningContentNodeCollection

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

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

Sintaxe

'Declaração
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

Hierarquia de herança

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

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.