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)
Property Value
A week-to-month pattern.
Remarks
For more information on the week-to-month pattern, see ReportingWeekToMonthPattern Element (ASSL).
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
TimeBinding Class
TimeBinding Members
Microsoft.AnalysisServices Namespace