TimeBinding.ManufacturingExtraMonthQuarter Property

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

'Declaration
Public Property ManufacturingExtraMonthQuarter As Integer 
    Get 
    Set
'Usage
Dim instance As TimeBinding 
Dim value As Integer 

value = instance.ManufacturingExtraMonthQuarter

instance.ManufacturingExtraMonthQuarter = value
public int ManufacturingExtraMonthQuarter { get; set; }
public:
property int ManufacturingExtraMonthQuarter {
    int get ();
    void set (int value);
}
member ManufacturingExtraMonthQuarter : int with get, set
function get ManufacturingExtraMonthQuarter () : int 
function set ManufacturingExtraMonthQuarter (value : int)

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

Reference

TimeBinding Class

Microsoft.AnalysisServices Namespace