다음을 통해 공유


ResourceProperty.CanReflectOnInstanceTypeProperty 속성

정의

선언 리소스 인스턴스 형식의 리플렉션을 통해 이 속성에 액세스할 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool CanReflectOnInstanceTypeProperty { bool get(); void set(bool value); };
public bool CanReflectOnInstanceTypeProperty { get; set; }
member this.CanReflectOnInstanceTypeProperty : bool with get, set
Public Property CanReflectOnInstanceTypeProperty As Boolean

속성 값

true 리플렉션을 통해 속성에 액세스할 수 있으면 이고, 그렇지 않으면 입니다 false.

설명

속성이 를 CanReflectOnInstanceTypeProperty 반환true하면 데이터 서비스 런타임은 리플렉션을 사용하여 의 선언에 대한 속성 정보를 가져옵니다.ResourceTypeInstanceType

경우는 CanReflectOnInstanceTypeProperty 속성이 반환 false, 데이터 서비스 런타임에서 IDataServiceQueryProvider 인터페이스를이 속성 값을 가져오거나 설정 합니다.

적용 대상