TimeBinding.ReportingFirstMonth プロパティ

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

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

構文

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

value = instance.ReportingFirstMonth

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

プロパティ値

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

関連項目

参照

TimeBinding クラス

Microsoft.AnalysisServices 名前空間