Clase XmlaWarningCollection
Contains a collection of XmlaWarning objects.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.XmlaWarningCollection
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<GuidAttribute("357DB182-675C-42B4-87E4-AC47FB8D4D5A")> _
Public Class XmlaWarningCollection _
Implements ICollection, IEnumerable
'Uso
Dim instance As XmlaWarningCollection
[SerializableAttribute]
[GuidAttribute("357DB182-675C-42B4-87E4-AC47FB8D4D5A")]
public class XmlaWarningCollection : ICollection,
IEnumerable
[SerializableAttribute]
[GuidAttribute(L"357DB182-675C-42B4-87E4-AC47FB8D4D5A")]
public ref class XmlaWarningCollection : ICollection,
IEnumerable
[<SerializableAttribute>]
[<GuidAttribute("357DB182-675C-42B4-87E4-AC47FB8D4D5A")>]
type XmlaWarningCollection =
class
interface ICollection
interface IEnumerable
end
public class XmlaWarningCollection implements ICollection, IEnumerable
El tipo XmlaWarningCollection expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
XmlaWarningCollection | Initializes a new instance of XmlaWarningCollection class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Gets the number of XmlaWarning objects in the collection. | |
Item | Gets the XmlaWarning at the specified index in the collection. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICollection.CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. | |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through a collection. | |
ICollection.IsSynchronized | Gets a value that indicates whether access to the XmlaWarningCollection is synchronized. | |
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the XmlaWarningCollection. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.