Classe SelectStatementSnippet
Represents the select statement snippet.
Hierarquia de herança
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
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class SelectStatementSnippet _
Inherits SelectStatement
'Uso
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
O tipo SelectStatementSnippet expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SelectStatementSnippet | Initializes a new instance of the SelectStatementSnippet class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ComputeClauses | Gets or sets the compute by clauses. May have zero elements. (Herdado de SelectStatement.) | |
FirstTokenIndex | Gets or sets the first token index. (Herdado de TSqlFragment.) | |
FragmentLength | Gets the fragment length. (Herdado de TSqlFragment.) | |
Into | Gets or sets the into table name. (Herdado de SelectStatement.) | |
LastTokenIndex | Gets or sets the last token index. (Herdado de TSqlFragment.) | |
OptimizerHints | Gets or sets the optional optimizer hints. (Herdado de StatementWithCtesAndXmlNamespaces.) | |
QueryExpression | Gets or sets the main body of the select statement. (Herdado de SelectStatement.) | |
Script | Gets the script of the statement. | |
ScriptTokenStream | Gets or sets a list of token streams. (Herdado de TSqlFragment.) | |
StartColumn | Gets the starting column. (Herdado de TSqlFragment.) | |
StartLine | Gets the starting line. (Herdado de TSqlFragment.) | |
StartOffset | Gets the fragment start offset value. (Herdado de TSqlFragment.) | |
WithCtesAndXmlNamespaces | Gets or sets the With common table expression and xml namespaces clause. Optional, may be nulluma referência nula (Nothing no Visual Basic). (Herdado de StatementWithCtesAndXmlNamespaces.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accept | Accepts entry point for a given visitor. (Substitui SelectStatement.Accept(TSqlFragmentVisitor).) | |
AcceptChildren | Calls Accepts on the children with the given visitor. (Substitui SelectStatement.AcceptChildren(TSqlFragmentVisitor).) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.