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 | |
---|---|---|
Count | Gets the number of XmlaResult objects in the collection. | |
Item | Gets the XmlaResult at the specified index in the collection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
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. |
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.