TimeBinding.ReportingFirstWeekOfMonth Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the first week of the reporting month for the TimeBinding object.

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

Syntax

[DefaultValueAttribute(1)]
[EditorAttribute("Microsoft.AnalysisServices.Design.WeekOfMonthPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
public int ReportingFirstWeekOfMonth { get; set; }
public:
[DefaultValueAttribute(1)]
[EditorAttribute("Microsoft.AnalysisServices.Design.WeekOfMonthPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
property int ReportingFirstWeekOfMonth {
    int get();
    void set(int value);
}
[<DefaultValueAttribute(1)>]
[<EditorAttribute("Microsoft.AnalysisServices.Design.WeekOfMonthPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
member ReportingFirstWeekOfMonth : int with get, set
<DefaultValueAttribute(1)>
<EditorAttribute("Microsoft.AnalysisServices.Design.WeekOfMonthPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
Public Property ReportingFirstWeekOfMonth As Integer

Property Value

Type: System.Int32

An Integer indicating the first week of the reporting month for the TimeBinding object.

See Also

TimeBinding Class
Microsoft.AnalysisServices Namespace

Return to top