ExtensionParameter 类
Represents a setting for an extension.
继承层次结构
System. . :: . .Object
ReportService2006..::..ExtensionParameter
命名空间: ReportService2006
程序集: ReportService2006(在 ReportService2006.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 | Gets the name of the extension setting that is displayed to the user. | |
Encrypted | Gets a value that indicates whether the extension parameter value is encrypted in the report server database. | |
Error | Gets an error that describes a problem with the value of the setting. | |
IsPassword | Gets a value that indicates whether the extension parameter value should be returned in calls to the SOAP API. | |
Name | Gets the name of the device information setting. | |
ReadOnly | Gets a value that indicates whether the setting is read-only. | |
Required | Gets a value that indicates whether the setting is required. | |
RequiredSpecified | Gets or sets a value that indicates whether the Required property is specified. | |
ValidValues | Gets a set of values that can be configured for the setting. | |
Value | Gets a string that represents the value of an extension setting. |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
注释
An ExtensionParameter object is returned as output by the GetExtensionSettings and ValidateExtensionSettings(String, array<ParameterValueOrFieldReference>[]()[][]) methods.
When ExtensionParameter objects are returned by the GetExtensionSettings method, the default settings and values are returned. When ExtensionParameter objects are returned by the ValidateExtensionSettings(String, array<ParameterValueOrFieldReference>[]()[][]) method, the Error property will contain a description of errors that occurred while validating the setting.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。