Поделиться через


Свойство ReportingWeekToMonthPattern

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property ReportingWeekToMonthPattern As ReportingWeekToMonthPattern
    Get
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.AnalysisServices. . :: . .ReportingWeekToMonthPattern
A week-to-month pattern.

Замечания

For more information on the week-to-month pattern, see Элемент ReportingWeekToMonthPattern (ASSL).