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 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。