ExtensionParameter Class
SQL Server 2000
Represents a setting for an extension.
Public Class ExtensionParameter Member of [Namespace]
public class ExtensionParameter Member of [Namespace]
Public Properties
DisplayName | The name of the extension setting that is displayed to the user. String. Read-only. |
Encrypted | Indicates whether the extension parameter value should be encrypted in the report server database. Boolean. Read-only. |
Error | An error that describes a problem with the value of the setting. String. Read-only. |
IsPassword | Indicates whether the extension parameter value should be returned in calls to the SOAP API. Boolean. Read-only. |
Name | The name of the device information setting. String. Read-only. |
ReadOnly | Indicates whether the setting is read-only. Boolean. Read-only. |
Required | Indicates that a value for the setting must be provided. Boolean. Read-only. |
ValidValues | A set of values (ValidValue[] objects) that can be configured for the setting. |
Value | A string that represents the value of an extension parameter. String. |
Remarks
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. For more information about the Error property of a setting, see Error Property.
