Compartilhar via


Propriedade do RDL TimeBinding.FirstDayOfWeek

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property FirstDayOfWeek As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

TimeBinding Classe

Namespace Microsoft.AnalysisServices