Sdílet prostřednictvím


AdomdErrorLocation Members

Include Protected Members
Include Inherited Members

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

The AdomdErrorLocation type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property EndColumn The last column on which the error was generated.
Public property EndLine The last line on which the error was generated.
Public property LineOffset The number of characters leading up to the line on which the error was generated.
Public property StartColumn The first column on which the error was generated.
Public property StartLine The first line on which the error was generated.
Public property TextLength The length of text which generated the error.

Top