ResourceProperty.CanReflectOnInstanceTypeProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,用于指示是否可以通过声明资源实例类型上的反射来访问此属性。
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
时,数据服务运行时使用反射来获取 有关 声明InstanceType的属性ResourceType信息。
CanReflectOnInstanceTypeProperty当 属性返回 false
时,数据服务运行时使用 IDataServiceQueryProvider 接口来获取或设置此属性值。