Condividi tramite


Proprietà TimeBinding.FirstDayOfWeek

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property FirstDayOfWeek As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

TimeBinding Classe

Spazio dei nomi Microsoft.AnalysisServices