XmlaWarningCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une collection d’objets XmlaWarning.
[System.Runtime.InteropServices.Guid("357DB182-675C-42B4-87E4-AC47FB8D4D5A")]
[System.Serializable]
public class XmlaWarningCollection : System.Collections.ICollection
[<System.Runtime.InteropServices.Guid("357DB182-675C-42B4-87E4-AC47FB8D4D5A")>]
[<System.Serializable>]
type XmlaWarningCollection = class
interface ICollection
interface IEnumerable
Public Class XmlaWarningCollection
Implements ICollection
- Héritage
-
XmlaWarningCollection
- Attributs
- Implémente
Constructeurs
XmlaWarningCollection() |
Initialise une nouvelle instance de la classe XmlaWarningCollection en utilisant les valeurs par défaut. |
Propriétés
Count |
Obtient le nombre d’éléments contenus dans la collection. |
Item[Int32] |
Obtient le XmlaWarning à l’index spécifié dans la collection. |
Implémentations d’interfaces explicites
ICollection.CopyTo(Array, Int32) |
Représente une collection d’objets XmlaWarning. |
ICollection.IsSynchronized |
Représente une collection d’objets XmlaWarning. |
ICollection.SyncRoot |
Représente une collection d’objets XmlaWarning. |
IEnumerable.GetEnumerator() |
Représente une collection d’objets XmlaWarning. |