TimeBinding.ReportingWeekToMonthPattern Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[DefaultValueAttribute(ReportingWeekToMonthPattern.Weeks445)]
public ReportingWeekToMonthPattern ReportingWeekToMonthPattern { get; set; }
public:
[DefaultValueAttribute(ReportingWeekToMonthPattern::Weeks445)]
property ReportingWeekToMonthPattern ReportingWeekToMonthPattern {
    ReportingWeekToMonthPattern get();
    void set(ReportingWeekToMonthPattern value);
}
[<DefaultValueAttribute(ReportingWeekToMonthPattern.Weeks445)>]
member ReportingWeekToMonthPattern : ReportingWeekToMonthPattern with get, set
<DefaultValueAttribute(ReportingWeekToMonthPattern.Weeks445)>
Public Property ReportingWeekToMonthPattern As 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

TimeBinding Class
Microsoft.AnalysisServices Namespace

Return to top