TimeBinding.ReportingWeekToMonthPattern プロパティ

TimeBinding オブジェクトの週から月のレポート パターンを取得します。値の設定も可能です。

名前空間:  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
週から月のレポート パターンです。

説明

週から月のパターンの詳細については、「ReportingWeekToMonthPattern 要素 (ASSL)」を参照してください。

関連項目

参照

TimeBinding クラス

Microsoft.AnalysisServices 名前空間