Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the month of the manufacturing period to which an extra month is assigned for a TimeBinding object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property ManufacturingExtraMonthQuarter As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
An Integer indicating the month of the manufacturing period to which an extra month is assigned for a TimeBinding object.