Partager via


Propriété ReportingWeekToMonthPattern

Gets or sets the reporting week-to-month pattern for the TimeBinding object.

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

Syntaxe

'Déclaration
Public Property ReportingWeekToMonthPattern As ReportingWeekToMonthPattern
    Get
    Set
'Utilisation
Dim instance As TimeBinding
Dim value As ReportingWeekToMonthPattern

value = instance.ReportingWeekToMonthPattern

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

Valeur de propriété

Type : Microsoft.AnalysisServices. . :: . .ReportingWeekToMonthPattern
A week-to-month pattern.

Notes

For more information on the week-to-month pattern, see Élément ReportingWeekToMonthPattern (ASSL).