Freigeben über


ExtensionParameter-Member

Represents a setting for an extension.

Der ExtensionParameter-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ExtensionParameter Initializes a new instance of the ExtensionParameter class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang