共用方式為


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回 時,資料服務運行時間會使用反映來取得 宣告的屬性資訊。InstanceTypeResourceType

CanReflectOnInstanceTypeProperty當 屬性傳false回 時,數據服務運行時間會IDataServiceQueryProvider使用 介面來取得或設定這個屬性值。

適用於