Condividi tramite


Classe XmlaMessageLocation

Represents the location of the XMLA message.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.XmlaMessageLocation

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class XmlaMessageLocation
'Utilizzo
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

Nel tipo XmlaMessageLocation sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices