AdomdErrorLocation 成員
Represents the location in the CommandText or CommandStream at which the error occurred.
AdomdErrorLocation 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | (繼承自 Object。) |
頂端
屬性
名稱 | 描述 | |
---|---|---|
![]() |
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. |
頂端