共用方式為


TimeBinding.ReportingFirstMonth 屬性

Gets or sets the first reporting month for the TimeBinding object.

命名空間:  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
An Integer indicating the first reporting month for the TimeBinding object.

請參閱

參考

TimeBinding 類別

Microsoft.AnalysisServices 命名空間