Поделиться через


Класс ParameterValueOrFieldReference

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

Иерархия наследования

System. . :: . .Object
  ReportService2006..::..ParameterValueOrFieldReference
    ReportService2006. . :: . .ParameterFieldReference
    ReportService2006. . :: . .ParameterValue

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class ParameterValueOrFieldReference
'Применение
Dim instance As ParameterValueOrFieldReference
[SerializableAttribute]
public class ParameterValueOrFieldReference
[SerializableAttribute]
public ref class ParameterValueOrFieldReference
[<SerializableAttribute>]
type ParameterValueOrFieldReference =  class end
public class ParameterValueOrFieldReference

Тип ParameterValueOrFieldReference обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ParameterValueOrFieldReference Initializes a new instance of the ParameterValueOrFieldReference class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

Methods of the ReportingService2006 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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник