ParameterFieldReference 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表一個欄位名稱,報告伺服器用來取得參數值。
public ref class ParameterFieldReference : ReportService2010::ParameterValueOrFieldReference
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ParameterFieldReference : ReportService2010.ParameterValueOrFieldReference
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ParameterFieldReference = class
inherit ParameterValueOrFieldReference
Public Class ParameterFieldReference
Inherits ParameterValueOrFieldReference
- 繼承
- 屬性
備註
使用該 ParameterFieldReference 類別與 ParameterValues 該 ExtensionSettings 類別的屬性。
ParameterFieldReference 作為輸入傳遞到方法 ValidateExtensionSettings 。
建構函式
| 名稱 | Description |
|---|---|
| ParameterFieldReference() |
初始化 ParameterFieldReference 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| FieldAlias |
取得或設定代表參數的欄位參考別名。 |
| ParameterName |
取得或設定代表參數的欄位參考名稱。 |