Freigeben über


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
Öffentliche Eigenschaft Description Gets or sets the description. (Geerbt von XmlaMessage.)
Öffentliche Eigenschaft HelpFile Gets or sets the help file. (Geerbt von XmlaMessage.)
Öffentliche Eigenschaft Location Gets or sets the location information. (Geerbt von XmlaMessage.)
Öffentliche Eigenschaft Source Gets or sets the source. (Geerbt von XmlaMessage.)
Öffentliche Eigenschaft WarningCode Gets or sets the warning message identified in the XmlaWarning class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace