AdomdErrorLocation-Klasse
Represents the location in the CommandText or CommandStream at which the error occurred.
Vererbungshierarchie
System.Object
Microsoft.AnalysisServices.AdomdClient.AdomdErrorLocation
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AdomdErrorLocation
'Usage
Dim instance As AdomdErrorLocation
[SerializableAttribute]
public class AdomdErrorLocation
[SerializableAttribute]
public ref class AdomdErrorLocation
[<SerializableAttribute>]
type AdomdErrorLocation = class end
public class AdomdErrorLocation
Der AdomdErrorLocation-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
EndColumn | The last column on which the error was generated. | |
EndLine | The last line on which the error was generated. | |
LineOffset | The number of characters leading up to the line on which the error was generated. | |
StartColumn | The first column on which the error was generated. | |
StartLine | The first line on which the error was generated. | |
TextLength | The length of text which generated the error. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.