TimeBinding.ManufacturingExtraMonthQuarter Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the month of the manufacturing period to which an extra month is assigned for a TimeBinding object.

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

Syntax

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

Property Value

Type: System.Int32

An Integer indicating the month of the manufacturing period to which an extra month is assigned for a TimeBinding object.

See Also

TimeBinding Class
Microsoft.AnalysisServices Namespace

Return to top