Classe XmlaWarningCollection
Contains a collection of XmlaWarning objects.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.XmlaWarningCollection
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<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
O tipo XmlaWarningCollection expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
XmlaWarningCollection | Initializes a new instance of XmlaWarningCollection class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of XmlaWarning objects in the collection. | |
Item | Gets the XmlaWarning at the specified index in the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
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. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.