TimeBinding.ReportingWeekToMonthPattern Property

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property ReportingWeekToMonthPattern As ReportingWeekToMonthPattern 
    Get 
    Set
'Usage
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)

Property Value

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

Remarks

For more information on the week-to-month pattern, see ReportingWeekToMonthPattern Element (ASSL).

See Also

Reference

TimeBinding Class

Microsoft.AnalysisServices Namespace