Compartir a través de


Clase QuerySpecification

Represents the major part of the SELECT statement.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
    Microsoft.SqlServer.TransactSql.ScriptDom.QueryExpression
      Microsoft.SqlServer.TransactSql.ScriptDom.QuerySpecification

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class QuerySpecification _
    Inherits QueryExpression
'Uso
Dim instance As QuerySpecification
[SerializableAttribute]
public class QuerySpecification : QueryExpression
[SerializableAttribute]
public ref class QuerySpecification : public QueryExpression
[<SerializableAttribute>]
type QuerySpecification =  
    class 
        inherit QueryExpression 
    end
public class QuerySpecification extends QueryExpression

El tipo QuerySpecification expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público QuerySpecification Initializes a new instance of the QuerySpecification class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública FirstTokenIndex Gets or sets the first token index. (Se hereda de TSqlFragment.)
Propiedad pública ForClause Gets or sets the FOR clause. (Se hereda de QueryExpression.)
Propiedad pública FragmentLength Gets the fragment length. (Se hereda de TSqlFragment.)
Propiedad pública FromClause Gets or sets the FROM clause.
Propiedad pública GroupByClause Gets or sets a GROUP BY clause.
Propiedad pública HavingClause Gets or sets a HAVING clause.
Propiedad pública LastTokenIndex Gets or sets the last token index. (Se hereda de TSqlFragment.)
Propiedad pública OffsetClause Gets or sets the OFFSET clause. (Se hereda de QueryExpression.)
Propiedad pública OrderByClause Gets or sets the ORDER BY clause. (Se hereda de QueryExpression.)
Propiedad pública ScriptTokenStream Gets or sets a list of token streams. (Se hereda de TSqlFragment.)
Propiedad pública SelectElements Gets a list of the selected columns or set variables.
Propiedad pública StartColumn Gets the starting column. (Se hereda de TSqlFragment.)
Propiedad pública StartLine Gets the starting line. (Se hereda de TSqlFragment.)
Propiedad pública StartOffset Gets the fragment start offset value. (Se hereda de TSqlFragment.)
Propiedad pública TopRowFilter Gets or sets the usage of the top row filter.
Propiedad pública UniqueRowFilter Gets or sets the unique row filter value.
Propiedad pública WhereClause Gets or sets a WHERE clause.

Arriba

Métodos

  Nombre Descripción
Método público Accept Indicates the entry point for a given visitor. (Invalida TSqlFragment.Accept(TSqlFragmentVisitor).)
Método público AcceptChildren Calls Accept on the children with the given visitor. (Invalida QueryExpression.AcceptChildren(TSqlFragmentVisitor).)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom