Classe PivotedTableReference
Represents the pivoted table reference in a FROM clause.
Hierarquia de herança
System.Object
Microsoft.SqlServer.TransactSql.ScriptDom.TSqlFragment
Microsoft.SqlServer.TransactSql.ScriptDom.TableReference
Microsoft.SqlServer.TransactSql.ScriptDom.TableReferenceWithAlias
Microsoft.SqlServer.TransactSql.ScriptDom.PivotedTableReference
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class PivotedTableReference _
Inherits TableReferenceWithAlias
'Uso
Dim instance As PivotedTableReference
[SerializableAttribute]
public class PivotedTableReference : TableReferenceWithAlias
[SerializableAttribute]
public ref class PivotedTableReference : public TableReferenceWithAlias
[<SerializableAttribute>]
type PivotedTableReference =
class
inherit TableReferenceWithAlias
end
public class PivotedTableReference extends TableReferenceWithAlias
O tipo PivotedTableReference expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
PivotedTableReference | Initializes a new instance of the PivotedTableReference class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
AggregateFunctionIdentifier | Gets the multi-part identifier that represents the aggregate function. |
![]() |
Alias | Gets or sets the alias of the reference. (Herdado de TableReferenceWithAlias.) |
![]() |
FirstTokenIndex | Gets or sets the first token index. (Herdado de TSqlFragment.) |
![]() |
FragmentLength | Gets the fragment length. (Herdado de TSqlFragment.) |
![]() |
InColumns | Gets a list of the “in columns”. |
![]() |
LastTokenIndex | Gets or sets the last token index. (Herdado de TSqlFragment.) |
![]() |
PivotColumn | Gets or sets the pivot column. |
![]() |
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.) |
![]() |
TableReference | Gets or sets the table reference. |
![]() |
ValueColumns | Gets a list of the value columns. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Accept | Accepts the visitor. (Substitui TSqlFragment.Accept(TSqlFragmentVisitor).) |
![]() |
AcceptChildren | Accepts the visitor for Children. (Substitui TableReferenceWithAlias.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.