共用方式為


ParameterValueOrFieldReference 類別

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

繼承階層

System. . :: . .Object
  ReportService2005..::..ParameterValueOrFieldReference
    ReportService2005. . :: . .ParameterFieldReference
    ReportService2005. . :: . .ParameterValue

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.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 ReportService2005 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. The ParameterFieldReference class is used by data-driven subscriptions.

ParameterValue

Represents data that is used in parameterized reports.

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。