XmlaResultCollection Class
Applies To: SQL Server (starting with 2016)
Contains a collection of XmlaResult objects. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.XmlaResultCollection
Syntax
[SerializableAttribute]
public sealed class XmlaResultCollection : ICollection, IEnumerable
[SerializableAttribute]
public ref class XmlaResultCollection sealed : ICollection, IEnumerable
[<Sealed>]
[<SerializableAttribute>]
type XmlaResultCollection =
class
interface ICollection
interface IEnumerable
end
<SerializableAttribute>
Public NotInheritable Class XmlaResultCollection
Implements ICollection, IEnumerable
Properties
Name | Description | |
---|---|---|
ContainsErrors | ||
Count | Gets the number of XmlaResult objects in the collection. |
|
Item[Int32] | Gets the XmlaResult at the specified index in the collection. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo(Array, Int32) | 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 | ||
ICollection.SyncRoot |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.AnalysisServices Namespace
Return to top