다음을 통해 공유


FiscalFirstMonth 속성

Gets or sets the first month of the fiscal period for a TimeBinding object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property FiscalFirstMonth As Integer
    Get
    Set
‘사용 방법
Dim instance As TimeBinding
Dim value As Integer

value = instance.FiscalFirstMonth

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

속성 값

유형: System. . :: . .Int32
An Integer indicating the first month of the fiscal period for a TimeBinding object.