次の方法で共有


TimeBinding.ManufacturingFirstMonth プロパティ

TimeBinding オブジェクトの最初の製造月を取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property ManufacturingFirstMonth As Integer 
    Get 
    Set
'使用
Dim instance As TimeBinding 
Dim value As Integer 

value = instance.ManufacturingFirstMonth

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

プロパティ値

型: System.Int32
TimeBinding オブジェクトの最初の製造月を示す Integer です。

関連項目

参照

TimeBinding クラス

Microsoft.AnalysisServices 名前空間