TimeBinding.ReportingWeekToMonthPattern 屬性
Gets or sets the reporting week-to-month pattern for the TimeBinding object.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property ReportingWeekToMonthPattern As ReportingWeekToMonthPattern
Get
Set
'用途
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)
屬性值
型別:Microsoft.AnalysisServices.ReportingWeekToMonthPattern
A week-to-month pattern.
備註
For more information on the week-to-month pattern, see ReportingWeekToMonthPattern 元素 (ASSL).