Freigeben über


Setting Members

Represents a setting for an extension.

The following tables list the members exposed by the Setting type.

Public Constructors

  Name Description
Setting Initializes a new instance of the Setting class.

Nach oben

Public Properties

  Name Description
ms161645.pubproperty(de-de,SQL.90).gif DisplayName The localized name of the extension setting that is displayed to the user.
ms161645.pubproperty(de-de,SQL.90).gif Encrypted Indicates whether the extension setting value should be encrypted in the report server database.
ms161645.pubproperty(de-de,SQL.90).gif Error An error that describes a problem with the value of the setting.
ms161645.pubproperty(de-de,SQL.90).gif Field The name of the field used to derive the value of the setting.
ms161645.pubproperty(de-de,SQL.90).gif IsPassword Indicates whether the setting value should be returned in calls to the SOAP API.
ms161645.pubproperty(de-de,SQL.90).gif Name Gets the name of the setting.
ms161645.pubproperty(de-de,SQL.90).gif ReadOnly Indicates whether a setting is read-only.
ms161645.pubproperty(de-de,SQL.90).gif Required Indicates whether a value for the setting is required by the extension.
ms161645.pubproperty(de-de,SQL.90).gif ValidValues A set of values that can be configured for the setting.
ms161645.pubproperty(de-de,SQL.90).gif Value Gets or sets the value for the setting.

Nach oben

Public Methods

(see also Protected Methods )

  Name Description
ms161645.pubmethod(de-de,SQL.90).gif AddValidValue Overloaded. Adds a valid value for the setting.
ms161645.pubmethod(de-de,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms161645.pubmethod(de-de,SQL.90).gif GetHashCode  (inherited from Object )
ms161645.pubmethod(de-de,SQL.90).gif GetType  (inherited from Object )
ms161645.pubmethod(de-de,SQL.90).gifms161645.static(de-de,SQL.90).gif ReferenceEquals  (inherited from Object )
ms161645.pubmethod(de-de,SQL.90).gif ToString  (inherited from Object )

Nach oben

Protected Methods

  Name Description
ms161645.protmethod(de-de,SQL.90).gif Finalize  (inherited from Object )
ms161645.protmethod(de-de,SQL.90).gif MemberwiseClone  (inherited from Object )

Nach oben

Siehe auch

Verweis

Setting Class
Microsoft.ReportingServices.Interfaces Namespace