Partilhar via


Propriedade do RDL ReportingWeekToMonthPattern

Gets or sets the reporting week-to-month pattern for the TimeBinding object.

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

Sintaxe

'Declaração
Public Property ReportingWeekToMonthPattern As ReportingWeekToMonthPattern
    Get
    Set
'Uso
Dim instance As TimeBinding
Dim value As ReportingWeekToMonthPattern

value = instance.ReportingWeekToMonthPattern

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

Valor da propriedade

Tipo: Microsoft.AnalysisServices. . :: . .ReportingWeekToMonthPattern
A week-to-month pattern.

Comentários

For more information on the week-to-month pattern, see Elemento ReportingWeekToMonthPattern (ASSL).