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 | |
---|---|---|
Count | Gets the number of XmlaResult objects in the collection. | |
Item | Gets the XmlaResult at the specified index in the collection. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICollection.CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. | |
IEnumerable.GetEnumerator | Returns an enumerator that can iterate through the collection. | |
ICollection.IsSynchronized | Gets a value that indicates whether access to the collection is synchronized (thread-safe). | |
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.