XmlaWarning-Klasse
Contains warning objects associated with this class.
Vererbungshierarchie
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
Der XmlaWarning-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Description | Gets or sets the description. (Geerbt von XmlaMessage.) | |
HelpFile | Gets or sets the help file. (Geerbt von XmlaMessage.) | |
Location | Gets or sets the location information. (Geerbt von XmlaMessage.) | |
Source | Gets or sets the source. (Geerbt von XmlaMessage.) | |
WarningCode | Gets or sets the warning message identified in the XmlaWarning class. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.