다음을 통해 공유


ExtensionParameter 멤버

Represents a setting for an extension.

ExtensionParameter 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 ExtensionParameter Initializes a new instance of the ExtensionParameter class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 DisplayName The name of the extension setting that is displayed to the user.
공용 속성 Encrypted Indicates whether the extension parameter value should be encrypted in the report server database.
공용 속성 Error An error that describes a problem with the value of the setting.
공용 속성 IsPassword Indicates whether the extension parameter value should be returned in calls to the SOAP API.
공용 속성 Name Gets or sets the name of the device information setting.
공용 속성 ReadOnly Indicates whether the setting is read-only.
공용 속성 Required Indicates whether the value is read-only.
공용 속성 RequiredSpecified Indicates whether the Required property is specified.
공용 속성 ValidValues A set of values that can be configured for the setting.
공용 속성 Value A string that represents the value of an extension parameter.

맨 위로 이동