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