Classe XmlaResultCollection
Contains a collection of XmlaResult objects. This class cannot be inherited.
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
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.AnalysisServices..::..XmlaResultCollection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.