Freigeben über


ExtensionParameter-Klasse

Represents a setting for an extension.

Vererbungshierarchie

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ExtensionParameter
'Usage
Dim instance As ExtensionParameter
[SerializableAttribute]
public class ExtensionParameter
[SerializableAttribute]
public ref class ExtensionParameter
[<SerializableAttribute>]
type ExtensionParameter =  class end
public class ExtensionParameter

Der ExtensionParameter-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

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

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

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis