Classe AdomdErrorLocation

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

Hiérarchie d'héritage

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

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

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class AdomdErrorLocation
'Utilisation
Dim instance As AdomdErrorLocation
[SerializableAttribute]
public class AdomdErrorLocation
[SerializableAttribute]
public ref class AdomdErrorLocation
[<SerializableAttribute>]
type AdomdErrorLocation =  class end
public class AdomdErrorLocation

Le type AdomdErrorLocation expose les membres suivants.

Propriétés

  Nom Description
Propriété publique EndColumn The last column on which the error was generated.
Propriété publique EndLine The last line on which the error was generated.
Propriété publique LineOffset The number of characters leading up to the line on which the error was generated.
Propriété publique StartColumn The first column on which the error was generated.
Propriété publique StartLine The first line on which the error was generated.
Propriété publique TextLength The length of text which generated the error.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (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.