Condividi tramite


Proprietà TimeBinding.ManufacturingExtraMonthQuarter

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property ManufacturingExtraMonthQuarter As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

TimeBinding Classe

Spazio dei nomi Microsoft.AnalysisServices