ReportingWeekToMonthPattern Propiedad
Gets or sets the reporting week-to-month pattern for the TimeBinding object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property ReportingWeekToMonthPattern As ReportingWeekToMonthPattern
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .ReportingWeekToMonthPattern
A week-to-month pattern.
Notas
For more information on the week-to-month pattern, see Elemento ReportingWeekToMonthPattern (ASSL).
Vea también