Freigeben über


TimeBinding.ReportingWeekToMonthPattern Property

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

Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntax

'Declaration
<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)

Eigenschaftswert

A week-to-month pattern.

Hinweise

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

TimeBinding Class
TimeBinding Members
Microsoft.AnalysisServices Namespace