Partager via


Propriété MonthlyDOWRecurrence.MonthsOfYear

Gets or sets the months of the year in which a scheduled report runs.

Espace de noms :  ReportService2006
Assembly :  ReportService2006 (en ReportService2006.dll)

Syntaxe

'Déclaration
Public Property MonthsOfYear As MonthsOfYearSelector 
    Get 
    Set
'Utilisation
Dim instance As MonthlyDOWRecurrence 
Dim value As MonthsOfYearSelector 

value = instance.MonthsOfYear

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

Valeur de propriété

Type : ReportService2006.MonthsOfYearSelector
A MonthsOfYearSelector object.

Voir aussi

Référence

MonthlyDOWRecurrence Classe

Espace de noms ReportService2006