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