Proprietà TimeBinding.ReportingWeekToMonthPattern
Gets or sets the reporting week-to-month pattern for the TimeBinding object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Property ReportingWeekToMonthPattern As ReportingWeekToMonthPattern
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.AnalysisServices.ReportingWeekToMonthPattern
A week-to-month pattern.
Osservazioni
For more information on the week-to-month pattern, see Elemento ReportingWeekToMonthPattern (ASSL).