ValidValue 클래스

Represents a valid value for an extension setting.

상속 계층

System.Object
  Microsoft.ReportingServices.Interfaces.ValidValue

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

구문

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

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

생성자

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

맨 위로 이동

속성

  이름 설명
공용 속성 Label The label of the setting value.
공용 속성 Value A valid value for the setting.

맨 위로 이동

메서드

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

맨 위로 이동

주의

The ValidValue class provides infrastructure for storing information about a valid value for an extension setting. Extension settings can have multiple valid values that determine a fixed set of values for the setting. For more information about settings, see 배달 확장 프로그램에 대해 Setting 클래스 사용.

스레드 보안

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

참고 항목

참조

Microsoft.ReportingServices.Interfaces 네임스페이스