Поделиться через


Класс 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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник