Classe Field
Represents a field in a dataset of a report.
Hierarquia de herança
System. . :: . .Object
ReportService2006..::..Field
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class Field
'Uso
Dim instance As Field
[SerializableAttribute]
public class Field
[SerializableAttribute]
public ref class Field
[<SerializableAttribute>]
type Field = class end
public class Field
O tipo Field expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Alias | Gets a value that represents the alias of a field in a report. | |
Name | Gets the name of a field in a query. |
Início
Métodos
Nome | Descrição | |
---|---|---|
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.