ObjectQuery.EnablePlanCaching 속성

정의

쿼리 계획을 캐시해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

쿼리 계획을 캐시해야 하는지 여부를 나타내는 값입니다.

설명

자세한 내용은 쿼리 계획 캐싱합니다.

적용 대상

추가 정보