다음을 통해 공유


FiscalFirstDayOfMonth 속성

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

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

구문

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

value = instance.FiscalFirstDayOfMonth

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

속성 값

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