Partager via


Classe XmlaMessageLocation

Represents the location of the XMLA message.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.XmlaMessageLocation

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class XmlaMessageLocation
'Utilisation
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

Le type XmlaMessageLocation expose les membres suivants.

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices