Condividi tramite


Classe XmlaResultCollection

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

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.XmlaResultCollection

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

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class XmlaResultCollection _
    Implements ICollection, IEnumerable
'Utilizzo
Dim instance As XmlaResultCollection
[SerializableAttribute]
public sealed class XmlaResultCollection : ICollection, 
    IEnumerable
[SerializableAttribute]
public ref class XmlaResultCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
[<SerializableAttribute>]
type XmlaResultCollection =  
    class 
        interface ICollection 
        interface IEnumerable 
    end
public final class XmlaResultCollection implements ICollection, IEnumerable

Nel tipo XmlaResultCollection sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICollection.CopyTo Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Implementazione esplicita dell'interfacciaMetodo privato IEnumerable.GetEnumerator Returns an enumerator that can iterate through the collection.
Implementazione esplicita dell'interfacciaProprietà privata ICollection.IsSynchronized Gets a value that indicates whether access to the collection is synchronized (thread-safe).
Implementazione esplicita dell'interfacciaProprietà privata ICollection.SyncRoot Gets an object that can be used to synchronize access to the collection.

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices