AdomdErrorCollection Members
Gets a collection of AdomdError objects.
The following tables list the members exposed by the AdomdErrorCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of AdomdError objects in the collection. | |
IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). | |
Item | Gets the specified AdomdError from the collection by its index. In Microsoft Visual C#, this property is the indexer for the AdomdErrorCollection class. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CopyTo | Copies the elements of the collection to the specified array. | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | Gets an AdomdErrorCollection.Enumerator for iterating through the collection. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo | ||
System.Collections.IEnumerable.GetEnumerator |
Top
See Also
Reference
AdomdErrorCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace