Compartilhar via


Classe ParameterValueOrFieldReference

Represents a user-supplied value or a field name that represents the value of a parameter.

Hierarquia de herança

System. . :: . .Object
  ReportService2010..::..ParameterValueOrFieldReference
    ReportService2010. . :: . .ParameterFieldReference
    ReportService2010. . :: . .ParameterValue

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class ParameterValueOrFieldReference
'Uso
Dim instance As ParameterValueOrFieldReference
[SerializableAttribute]
public class ParameterValueOrFieldReference
[SerializableAttribute]
public ref class ParameterValueOrFieldReference
[<SerializableAttribute>]
type ParameterValueOrFieldReference =  class end
public class ParameterValueOrFieldReference

O tipo ParameterValueOrFieldReference expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ParameterValueOrFieldReference Initializes a new instance of the ParameterValueOrFieldReference class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

Methods of the ReportingService2010 class use objects that inherit ParameterValueOrFieldReference. The following table describes classes that implement ParameterValueOrFieldReference.

Class

Description

ParameterFieldReference

Represents a field name that a report server uses to retrieve the value for a parameter.

ParameterValue

Represents data that is used in parameterized reports.

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.

Consulte também

Referência