TimeBinding.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.

请参阅

参考

TimeBinding 类

Microsoft.AnalysisServices 命名空间