ExtensionParameter 类

Represents a setting for an extension.

继承层次结构

System. . :: . .Object
  ReportService2005..::..ExtensionParameter

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
<SerializableAttribute> _
Public Class ExtensionParameter
用法
Dim instance As ExtensionParameter
[SerializableAttribute]
public class ExtensionParameter
[SerializableAttribute]
public ref class ExtensionParameter
[<SerializableAttribute>]
type ExtensionParameter =  class end
public class ExtensionParameter

ExtensionParameter 类型公开以下成员。

构造函数

  名称 说明
公共方法 ExtensionParameter Initializes a new instance of the ExtensionParameter class.

页首

属性

  名称 说明
公共属性 DisplayName The name of the extension setting that is displayed to the user.
公共属性 Encrypted Indicates whether the extension parameter value should be encrypted in the report server database.
公共属性 Error An error that describes a problem with the value of the setting.
公共属性 IsPassword Indicates whether the extension parameter value should be returned in calls to the SOAP API.
公共属性 Name Gets or sets the name of the device information setting.
公共属性 ReadOnly Indicates whether the setting is read-only.
公共属性 Required Indicates whether the value is read-only.
公共属性 RequiredSpecified Indicates whether the Required property is specified.
公共属性 ValidValues A set of values that can be configured for the setting.
公共属性 Value A string that represents the value of an extension parameter.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

注释

A ExtensionParameter object is returned as output by the GetExtensionSettings and ValidateExtensionSettings methods.

When ExtensionParameter objects are returned by the GetExtensionSettings method, the default settings and values are returned. When ExtensionParameter objects are returned by ValidateExtensionSettings, the settings are returned to include any Error properties for the settings.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。