SqlExecuteStatementError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class SqlExecuteStatementError : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlStatementError
type SqlExecuteStatementError = class
inherit SqlStatementError
interface ISqlErrorObject
Public Class SqlExecuteStatementError
Inherits SqlStatementError
- Inheritance
- Implements
Properties
| BoundObject | (Inherited from SqlCodeObject) |
| Children | (Inherited from SqlStatementError) |
| EndLocation | (Inherited from SqlCodeObject) |
| IsSqlCodeSnippet | (Inherited from SqlCodeObject) |
| Length | (Inherited from SqlCodeObject) |
| Parent | (Inherited from SqlCodeObject) |
| Position | (Inherited from SqlCodeObject) |
| Sql | (Inherited from SqlCodeObject) |
| StartLocation | (Inherited from SqlCodeObject) |
| Statement | (Inherited from SqlStatement) |
| TokenManager | (Inherited from SqlCodeObject) |
| Tokens | (Inherited from SqlCodeObject) |
| Xml | (Inherited from SqlCodeObject) |
Methods
| Accept(ISqlCodeObjectVisitor) | (Inherited from SqlStatementError) |
| Accept(ISqlStatementVisitor) | (Inherited from SqlStatementError) |
| Accept<C>(ISqlCodeObjectContextVisitor<C>, C) | (Inherited from SqlStatementError) |
| Accept<C>(ISqlStatementContextVisitor<C>, C) | (Inherited from SqlStatementError) |
| Accept<T,C>(ISqlCodeObjectContextVisitor<T,C>, C) | (Inherited from SqlStatementError) |
| Accept<T,C>(ISqlStatementContextVisitor<T,C>, C) | (Inherited from SqlStatementError) |
| Accept<T>(ISqlCodeObjectVisitor<T>) | (Inherited from SqlStatementError) |
| Accept<T>(ISqlStatementVisitor<T>) | (Inherited from SqlStatementError) |