Share via


Classe ExtensionParameter

Represents a setting for an extension.

Hiérarchie d'héritage

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

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class ExtensionParameter
'Utilisation
Dim instance As ExtensionParameter
[SerializableAttribute]
public class ExtensionParameter
[SerializableAttribute]
public ref class ExtensionParameter
[<SerializableAttribute>]
type ExtensionParameter =  class end
public class ExtensionParameter

Le type ExtensionParameter expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ExtensionParameter Initializes a new instance of the ExtensionParameter class.

Haut de la page

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence