Freigeben über


XmlaResultCollection-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.XmlaResultCollection

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class XmlaResultCollection _
    Implements ICollection, IEnumerable
'Usage
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

Der XmlaResultCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of XmlaResult objects in the collection.
Öffentliche Eigenschaft Item Gets the XmlaResult at the specified index in the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICollection.CopyTo Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator Returns an enumerator that can iterate through the collection.
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.IsSynchronized Gets a value that indicates whether access to the collection is synchronized (thread-safe).
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection.SyncRoot Gets an object that can be used to synchronize access to the collection.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace