Freigeben über


XmlaMessageLocation-Klasse

Represents the location of the XMLA message.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.XmlaMessageLocation

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class XmlaMessageLocation
'Usage
Dim instance As XmlaMessageLocation
[SerializableAttribute]
public sealed class XmlaMessageLocation
[SerializableAttribute]
public ref class XmlaMessageLocation sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type XmlaMessageLocation =  class end
public final class XmlaMessageLocation

Der XmlaMessageLocation-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DependsOnObject Gets the object on which the SourceObject depends in the case of a dependency error.
Öffentliche Eigenschaft EndColumn Gets the column number that indicates the ending point of the message.
Öffentliche Eigenschaft EndLine Gets the line number that indicates the ending point of the message.
Öffentliche Eigenschaft LineOffset Gets the number of characters from the beginning of the stream to the beginning of the Start line.
Öffentliche Eigenschaft RowNumber Gets the number of rows in which the error occurred is provided.
Öffentliche Eigenschaft SourceObject Gets the object that has the error.
Öffentliche Eigenschaft StartColumn Gets the column number that indicates the starting point of the message.
Öffentliche Eigenschaft StartLine Gets the line number that indicates the starting point of the message.
Öffentliche Eigenschaft TextLength Gets the number of characters in the message location, between Start and End.

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