ProcessingRecommendation 属性

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property ProcessingRecommendation As ProcessingRecommendation
    Get
    Set
用法
Dim instance As Dimension
Dim value As ProcessingRecommendation

value = instance.ProcessingRecommendation

instance.ProcessingRecommendation = value
public ProcessingRecommendation ProcessingRecommendation { get; set; }
public:
property ProcessingRecommendation ProcessingRecommendation {
    ProcessingRecommendation get ();
    void set (ProcessingRecommendation value);
}
member ProcessingRecommendation : ProcessingRecommendation with get, set
function get ProcessingRecommendation () : ProcessingRecommendation
function set ProcessingRecommendation (value : ProcessingRecommendation)