XmlaWarning Class
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.XmlaMessage
Microsoft.AnalysisServices.XmlaWarning
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class XmlaWarning _
Inherits XmlaMessage
'Usage
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
The XmlaWarning type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | (Inherited from XmlaMessage.) | |
HelpFile | (Inherited from XmlaMessage.) | |
Location | (Inherited from XmlaMessage.) | |
Source | (Inherited from XmlaMessage.) | |
WarningCode |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.