다음을 통해 공유


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 Gets the name of the extension setting that is displayed to the user.
공용 속성 Encrypted Gets a value that indicates whether the extension parameter value is encrypted in the report server database.
공용 속성 Error Gets an error that describes a problem with the value of the setting.
공용 속성 IsPassword Gets a value that indicates whether the extension parameter value should be returned in calls to the SOAP API.
공용 속성 Name Gets the name of the device information setting.
공용 속성 ReadOnly Gets a value that indicates whether the setting is read-only.
공용 속성 Required Gets a value that indicates whether the setting is required.
공용 속성 RequiredSpecified Gets or sets a value that indicates whether the Required property is specified.
공용 속성 ValidValues Gets a set of values that can be configured for the setting.
공용 속성 Value Gets a string that represents the value of an extension setting.

맨 위로 이동