Condividi tramite


Classe AdomdErrorLocation

Represents the location in the CommandText or CommandStream at which the error occurred.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..AdomdErrorLocation

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

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class AdomdErrorLocation
'Utilizzo
Dim instance As AdomdErrorLocation
[SerializableAttribute]
public class AdomdErrorLocation
[SerializableAttribute]
public ref class AdomdErrorLocation
[<SerializableAttribute>]
type AdomdErrorLocation =  class end
public class AdomdErrorLocation

Nel tipo AdomdErrorLocation sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica EndColumn The last column on which the error was generated.
Proprietà pubblica EndLine The last line on which the error was generated.
Proprietà pubblica LineOffset The number of characters leading up to the line on which the error was generated.
Proprietà pubblica StartColumn The first column on which the error was generated.
Proprietà pubblica StartLine The first line on which the error was generated.
Proprietà pubblica TextLength The length of text which generated the error.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone 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.