Класс XmlaWarningCollection
Contains a collection of XmlaWarning objects.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.XmlaWarningCollection
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
<GuidAttribute("357DB182-675C-42B4-87E4-AC47FB8D4D5A")> _
Public Class XmlaWarningCollection _
Implements ICollection, IEnumerable
'Применение
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
Тип XmlaWarningCollection обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
XmlaWarningCollection | Initializes a new instance of XmlaWarningCollection class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Count | Gets the number of XmlaWarning objects in the collection. | |
Item | Gets the XmlaWarning at the specified index in the collection. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
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. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.