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
回 時,資料服務運行時間會使用反映來取得 宣告的屬性資訊。InstanceTypeResourceType
CanReflectOnInstanceTypeProperty當 屬性傳false
回 時,數據服務運行時間會IDataServiceQueryProvider使用 介面來取得或設定這個屬性值。