SqlScalarVariableRefExpression Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
public class SqlScalarVariableRefExpression : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlScalarExpression
type SqlScalarVariableRefExpression = class
inherit SqlScalarExpression
Public Class SqlScalarVariableRefExpression
Inherits SqlScalarExpression
- Warisan
- Turunan
Properti
| Nama | Deskripsi |
|---|---|
| BoundObject | |
| BoundScalar | |
| BoundVariable | |
| Children | (Diperoleh dari SqlCodeObject) |
| EndLocation | (Diperoleh dari SqlCodeObject) |
| IsSqlCodeSnippet | (Diperoleh dari SqlCodeObject) |
| Length | (Diperoleh dari SqlCodeObject) |
| Parent | (Diperoleh dari SqlCodeObject) |
| Position | (Diperoleh dari SqlCodeObject) |
| Sql | (Diperoleh dari SqlCodeObject) |
| StartLocation | (Diperoleh dari SqlCodeObject) |
| Statement | (Diperoleh dari SqlCodeObject) |
| TokenManager | (Diperoleh dari SqlCodeObject) |
| Tokens | (Diperoleh dari SqlCodeObject) |
| VariableName | |
| Xml | (Diperoleh dari SqlCodeObject) |
Metode
| Nama | Deskripsi |
|---|---|
| Accept(ISqlCodeObjectVisitor) | |
| Accept<C>(ISqlCodeObjectContextVisitor<C>, C) | |
| Accept<T,C>(ISqlCodeObjectContextVisitor<T,C>, C) | |
| Accept<T>(ISqlCodeObjectVisitor<T>) | |
| Create(String) | |