Skip to content

Latest commit

 

History

History
73 lines (60 loc) · 2.37 KB

File metadata and controls

73 lines (60 loc) · 2.37 KB
title ReportingWeekToMonthPattern Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
ReportingWeekToMonthPattern Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
ReportingWeekToMonthPattern
helpviewer_keywords
ReportingWeekToMonthPattern element
ms.assetid 8d7c694d-d5c5-4faa-af78-155779e84fe9
caps.latest.revision 31
author Minewiskan
ms.author owend
manager erikre

ReportingWeekToMonthPattern Element (ASSL)

Defines the reporting week-to-month pattern for the TimeBinding element.

Syntax

  
<TimeBinding>  
   ...  
   <ReportingWeekToMonthPattern>...</ReportingWeekToMonthPattern>  
   ...  
</TimeBinding>  

Element Characteristics

Characteristic Description
Data type and length String (enumeration)
Default value 445
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent element TimeBinding
Child elements None

Remarks

The value of this element is limited to one of the strings listed in the following table.

Value Description
445 4 weeks in the first month of the quarter, 4 weeks in the second month, and 5 weeks in the third month.
454 4 weeks in the first month of the quarter, 5 weeks in the second month, and 4 weeks in the third month.
544 5 weeks in the first month of the quarter, 4 weeks in the second month, and 4 weeks in the third month.

The enumeration that corresponds to the allowed values for ReportingWeekToMonthPattern in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.ReportingWeekToMonthPattern.

See Also

Properties (ASSL)