TimeBinding.ManufacturingFirstWeekOfMonth Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: System.Int32

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

See Also

TimeBinding Class
Microsoft.AnalysisServices Namespace

Return to top