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.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

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