ExtensionParameter Members

Represents a setting for an extension.

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

Public Constructors

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

Top

Public Properties

  Name Description
ms165440.pubproperty(en-US,SQL.90).gif DisplayName The name of the extension setting that is displayed to the user.
ms165440.pubproperty(en-US,SQL.90).gif Encrypted Indicates whether the extension parameter value should be encrypted in the report server database.
ms165440.pubproperty(en-US,SQL.90).gif Error An error that describes a problem with the value of the setting.
ms165440.pubproperty(en-US,SQL.90).gif IsPassword Indicates whether the extension parameter value should be returned in calls to the SOAP API.
ms165440.pubproperty(en-US,SQL.90).gif Name Gets the name of the device information setting.
ms165440.pubproperty(en-US,SQL.90).gif ReadOnly Indicates whether the setting is read-only.
ms165440.pubproperty(en-US,SQL.90).gif Required Indicates whether the value is required.
ms165440.pubproperty(en-US,SQL.90).gif RequiredSpecified Indicates whether the Required property is specified.
ms165440.pubproperty(en-US,SQL.90).gif ValidValues A set of values that can be configured for the setting.
ms165440.pubproperty(en-US,SQL.90).gif Value A string that represents the value of an extension parameter.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms165440.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms165440.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms165440.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms165440.pubmethod(en-US,SQL.90).gifms165440.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms165440.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms165440.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms165440.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

ExtensionParameter Class
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace