다음을 통해 공유


FirstDayOfWeek 속성

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

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

구문

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

value = instance.FirstDayOfWeek

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

속성 값

유형: System. . :: . .Int32
An Integer representing the first day of the week for a TimeBinding object.