Setting 클래스

Represents a setting for an extension.

상속 계층

System.Object
  Microsoft.ReportingServices.Interfaces.Setting

네임스페이스:  Microsoft.ReportingServices.Interfaces
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Public Class Setting
‘사용 방법
Dim instance As Setting
public class Setting
public ref class Setting
type Setting =  class end
public class Setting

Setting 유형에서 다음 멤버를 표시합니다.

생성자

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

맨 위로 이동

속성

  이름 설명
공용 속성 DisplayName The localized name of the extension setting that is displayed to the user.
공용 속성 Encrypted Indicates whether the extension setting value should be encrypted in the report server database.
공용 속성 Error An error that describes a problem with the value of the setting.
공용 속성 Field The name of the field used to derive the value of the setting.
공용 속성 IsPassword Indicates whether the setting value should be returned in calls to the SOAP API.
공용 속성 Name Gets the name of the setting.
공용 속성 ReadOnly Indicates whether a setting is read-only.
공용 속성 Required Indicates whether a value for the setting is required by the extension.
공용 속성 ValidValues A set of values that can be configured for the setting.
공용 속성 Value Gets or sets the value for the setting.

맨 위로 이동

메서드

  이름 설명
공용 메서드 AddValidValue(ValidValue) Adds a valid value using the ValidValue class.
공용 메서드 AddValidValue(String, String) Adds a valid value for a setting using a label and a value.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

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 배달 확장 프로그램에 대해 Setting 클래스 사용.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.ReportingServices.Interfaces 네임스페이스