Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents the column element that is used right after the select keyword.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.SelectElement
Microsoft.SqlServer.TransactSql.ScriptDom.SelectScalarExpression
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class SelectScalarExpression _
Inherits SelectElement
'Utilizzo
Dim instance As SelectScalarExpression
[SerializableAttribute]
public class SelectScalarExpression : SelectElement
[SerializableAttribute]
public ref class SelectScalarExpression : public SelectElement
[<SerializableAttribute>]
type SelectScalarExpression =
class
inherit SelectElement
end
public class SelectScalarExpression extends SelectElement
Nel tipo SelectScalarExpression sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
SelectScalarExpression | Initializes a new instance of the SelectScalarExpression class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
ColumnName | Gets or sets an Identifier or a literal of type AsciiStringLiteral or UnicodeStringLiteral. Optional, may be nullriferimento Null (Nothing in Visual Basic).. |
![]() |
Expression | Gets or sets a select expression that can be any expression, if this is non-null then this select expression is a regular expression. At present this AST class expresses either an expression or a wildcard. Because a SelectExpressions can do so much more, we may want to go to a derivation approach, where this class would be a base -- or there may be another more elegant approach. For now, this is a basic design to support SELECT * FROM foo. |
![]() |
FirstTokenIndex | Gets or sets the first token index. Ereditato da TSqlFragment. |
![]() |
FragmentLength | Gets the fragment length. Ereditato da TSqlFragment. |
![]() |
LastTokenIndex | Gets or sets the last token index. Ereditato da TSqlFragment. |
![]() |
ScriptTokenStream | Gets or sets a list of token streams. Ereditato da TSqlFragment. |
![]() |
StartColumn | Gets the starting column. Ereditato da TSqlFragment. |
![]() |
StartLine | Gets the starting line. Ereditato da TSqlFragment. |
![]() |
StartOffset | Gets the fragment start offset value. Ereditato da TSqlFragment. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept | Accepts visitor. Esegue l'override di TSqlFragment.Accept(TSqlFragmentVisitor). |
![]() |
AcceptChildren | Accepts visitor for Children. Esegue l'override di SelectElement.AcceptChildren(TSqlFragmentVisitor). |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)
.gif)