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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.