Condividi tramite


Classe GroupCollection

Contains a collection of Group objects. This class cannot be inherited.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices..::..GroupCollection

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("710BF53B-DBF3-4e4c-B8B5-6C13BD730DD4")> _
Public NotInheritable Class GroupCollection _
    Implements IList, ICollection, IEnumerable
'Utilizzo
Dim instance As GroupCollection
[GuidAttribute("710BF53B-DBF3-4e4c-B8B5-6C13BD730DD4")]
public sealed class GroupCollection : IList, 
    ICollection, IEnumerable
[GuidAttribute(L"710BF53B-DBF3-4e4c-B8B5-6C13BD730DD4")]
public ref class GroupCollection sealed : IList, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("710BF53B-DBF3-4e4c-B8B5-6C13BD730DD4")>]
type GroupCollection =  
    class
        interface IList
        interface ICollection
        interface IEnumerable
    end
public final class GroupCollection implements IList, ICollection, IEnumerable

Nel tipo GroupCollection sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico GroupCollection Initializes a new instance of Group.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of Group objects contained in the collection.
Proprietà pubblica Item Gets the Group at the specified index from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Adds a Group to the end of the collection.
Metodo pubblico AddRange Adds the elements of an ICollection to the end of the collection.
Metodo pubblico Clear Removes all elements from the collection. This class cannot be inherited.
Metodo pubblico Contains Indicates whether the collection contains a specified Group.
Metodo pubblico CopyTo Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. This class cannot be inherited.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IndexOf Gets the index of a specified Group.
Metodo pubblico Insert Inserts a Group into the collection at the specified index.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico Remove Removes the specified Group from the collection.
Metodo pubblico RemoveAt Removes the Group at the specified index from the collection. This class cannot be inherited.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.