Freigeben über


Setting-Klasse

Represents a setting for an extension.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.ReportingServices.Interfaces..::..Setting

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntax

'Declaration
Public Class Setting
'Usage
Dim instance As Setting
public class Setting
public ref class Setting
type Setting =  class end
public class Setting

Der Setting-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DisplayName The localized name of the extension setting that is displayed to the user.
Öffentliche Eigenschaft Encrypted Indicates whether the extension setting 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 Field The name of the field used to derive the value of the setting.
Öffentliche Eigenschaft IsPassword Indicates whether the setting value should be returned in calls to the SOAP API.
Öffentliche Eigenschaft Name Gets the name of the setting.
Öffentliche Eigenschaft ReadOnly Indicates whether a setting is read-only.
Öffentliche Eigenschaft Required Indicates whether a value for the setting is required by the extension.
Öffentliche Eigenschaft ValidValues A set of values that can be configured for the setting.
Öffentliche Eigenschaft Value Gets or sets the value for the setting.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode AddValidValue(ValidValue) Adds a valid value using the ValidValue class.
Öffentliche Methode AddValidValue(String, String) Adds a valid value for a setting using a label and a value.
Ö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

The Setting class provides infrastructure for storing information about the settings that are required in order for a delivery extension to function properly. For more information about the Setting class, see Verwenden der Setting-Klasse für eine Übermittlungserweiterung.

Threadsicherheit

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