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


TimeBinding.ReportingWeekToMonthPattern Property

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

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

Синтаксис

'Декларация
<DefaultValueAttribute(ReportingWeekToMonthPattern.Weeks445)> _
Public Property ReportingWeekToMonthPattern As ReportingWeekToMonthPattern
[DefaultValueAttribute(ReportingWeekToMonthPattern.Weeks445)] 
public ReportingWeekToMonthPattern ReportingWeekToMonthPattern { get; set; }
[DefaultValueAttribute(ReportingWeekToMonthPattern::Weeks445)] 
public:
property ReportingWeekToMonthPattern ReportingWeekToMonthPattern {
    ReportingWeekToMonthPattern get ();
    void set (ReportingWeekToMonthPattern value);
}
/** @property */
public ReportingWeekToMonthPattern get_ReportingWeekToMonthPattern ()

/** @property */
public void set_ReportingWeekToMonthPattern (ReportingWeekToMonthPattern value)
public function get ReportingWeekToMonthPattern () : ReportingWeekToMonthPattern

public function set ReportingWeekToMonthPattern (value : ReportingWeekToMonthPattern)

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

A week-to-month pattern.

Замечания

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

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

TimeBinding Class
TimeBinding Members
Microsoft.AnalysisServices Namespace