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 select statement snippet.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
Microsoft.SqlServer.TransactSql.ScriptDom.StatementWithCtesAndXmlNamespaces
Microsoft.SqlServer.TransactSql.ScriptDom.SelectStatement
Microsoft.SqlServer.TransactSql.ScriptDom.SelectStatementSnippet
Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class SelectStatementSnippet _
Inherits SelectStatement
'Utilizzo
Dim instance As SelectStatementSnippet
[SerializableAttribute]
public class SelectStatementSnippet : SelectStatement
[SerializableAttribute]
public ref class SelectStatementSnippet : public SelectStatement
[<SerializableAttribute>]
type SelectStatementSnippet =
class
inherit SelectStatement
end
public class SelectStatementSnippet extends SelectStatement
Nel tipo SelectStatementSnippet sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
SelectStatementSnippet | Initializes a new instance of the SelectStatementSnippet class. |
In alto
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
ComputeClauses | Gets or sets the compute by clauses. May have zero elements. Ereditato da SelectStatement. |
![]() |
FirstTokenIndex | Gets or sets the first token index. Ereditato da TSqlFragment. |
![]() |
FragmentLength | Gets the fragment length. Ereditato da TSqlFragment. |
![]() |
Into | Gets or sets the into table name. Ereditato da SelectStatement. |
![]() |
LastTokenIndex | Gets or sets the last token index. Ereditato da TSqlFragment. |
![]() |
OptimizerHints | Gets or sets the optional optimizer hints. Ereditato da StatementWithCtesAndXmlNamespaces. |
![]() |
QueryExpression | Gets or sets the main body of the select statement. Ereditato da SelectStatement. |
![]() |
Script | Gets the script of the statement. |
![]() |
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. |
![]() |
WithCtesAndXmlNamespaces | Gets or sets the With common table expression and xml namespaces clause. Optional, may be nullriferimento Null (Nothing in Visual Basic).. Ereditato da StatementWithCtesAndXmlNamespaces. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept | Accepts entry point for a given visitor. Esegue l'override di SelectStatement.Accept(TSqlFragmentVisitor). |
![]() |
AcceptChildren | Calls Accepts on the children with the given visitor. Esegue l'override di SelectStatement.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)