TimeBinding.ReportingWeekToMonthPattern Property
TimeBinding オブジェクトの週から月のレポート パターンを取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
<DefaultValueAttribute(ReportingWeekToMonthPattern.Weeks445)> _
Public Property ReportingWeekToMonthPattern As ReportingWeekToMonthPattern
[DefaultValueAttribute(ReportingWeekToMonthPattern.Weeks445)]
public ReportingWeekToMonthPattern ReportingWeekToMonthPattern { get; set; }
[DefaultValueAttribute(ReportingWeekToMonthPattern::Weeks445)]
public:
property ReportingWeekToMonthPattern ReportingWeekToMonthPattern {
ReportingWeekToMonthPattern get ();
void set (ReportingWeekToMonthPattern value);
}
/** @property */
public ReportingWeekToMonthPattern get_ReportingWeekToMonthPattern ()
/** @property */
public void set_ReportingWeekToMonthPattern (ReportingWeekToMonthPattern value)
public function get ReportingWeekToMonthPattern () : ReportingWeekToMonthPattern
public function set ReportingWeekToMonthPattern (value : ReportingWeekToMonthPattern)
プロパティ値
週から月のレポート パターンです。
解説
週から月のパターンの詳細については、「ReportingWeekToMonthPattern 要素 (ASSL)」を参照してください。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
TimeBinding Class
TimeBinding Members
Microsoft.AnalysisServices Namespace