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 union that is used in a select statement.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.QueryExpression
Microsoft.SqlServer.TransactSql.ScriptDom.BinaryQueryExpression
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class BinaryQueryExpression _
Inherits QueryExpression
'Utilizzo
Dim instance As BinaryQueryExpression
[SerializableAttribute]
public class BinaryQueryExpression : QueryExpression
[SerializableAttribute]
public ref class BinaryQueryExpression : public QueryExpression
[<SerializableAttribute>]
type BinaryQueryExpression =
class
inherit QueryExpression
end
public class BinaryQueryExpression extends QueryExpression
Nel tipo BinaryQueryExpression sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
BinaryQueryExpression | Initializes a new instance of the BinaryQueryExpression class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
All | Gets or sets a value that indicates whether the All keyword is used. |
![]() |
BinaryQueryExpressionType | Gets or sets the type of the expression. |
![]() |
FirstQueryExpression | Gets or sets the first query expression. |
![]() |
FirstTokenIndex | Gets or sets the first token index. Ereditato da TSqlFragment. |
![]() |
ForClause | Gets or sets the FOR clause. Ereditato da QueryExpression. |
![]() |
FragmentLength | Gets the fragment length. Ereditato da TSqlFragment. |
![]() |
LastTokenIndex | Gets or sets the last token index. Ereditato da TSqlFragment. |
![]() |
OffsetClause | Gets or sets the OFFSET clause. Ereditato da QueryExpression. |
![]() |
OrderByClause | Gets or sets the ORDER BY clause. Ereditato da QueryExpression. |
![]() |
ScriptTokenStream | Gets or sets a list of token streams. Ereditato da TSqlFragment. |
![]() |
SecondQueryExpression | Gets or sets the second query expression. |
![]() |
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 | Indicates the entry point for a given visitor. Esegue l'override di TSqlFragment.Accept(TSqlFragmentVisitor). |
![]() |
AcceptChildren | Calls Accept on the children with the given visitor. Esegue l'override di QueryExpression.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)