Класс XmlaWarning
Contains warning objects associated with this class.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.XmlaMessage
Microsoft.AnalysisServices.XmlaWarning
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public NotInheritable Class XmlaWarning _
Inherits XmlaMessage
'Применение
Dim instance As XmlaWarning
[SerializableAttribute]
public sealed class XmlaWarning : XmlaMessage
[SerializableAttribute]
public ref class XmlaWarning sealed : public XmlaMessage
[<SealedAttribute>]
[<SerializableAttribute>]
type XmlaWarning =
class
inherit XmlaMessage
end
public final class XmlaWarning extends XmlaMessage
Тип XmlaWarning обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Description | Gets or sets the description. (Производный от XmlaMessage.) | |
HelpFile | Gets or sets the help file. (Производный от XmlaMessage.) | |
Location | Gets or sets the location information. (Производный от XmlaMessage.) | |
Source | Gets or sets the source. (Производный от XmlaMessage.) | |
WarningCode | Gets or sets the warning message identified in the XmlaWarning class. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.