Share via


Propriété ProcessingRecommendation

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property ProcessingRecommendation As ProcessingRecommendation
    Get
    Set
'Utilisation
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)