Clase XmlaResultCollection
Contains a collection of XmlaResult objects. This class cannot be inherited.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.XmlaResultCollection
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class XmlaResultCollection _
Implements ICollection, IEnumerable
'Uso
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
El tipo XmlaResultCollection expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of XmlaResult objects in the collection. | |
Item | Gets the XmlaResult at the specified index in the collection. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.