次の方法で共有


TimeBinding.FiscalFirstDayOfMonth Property

TimeBinding オブジェクトの会計月の最初の日を取得します。値の設定も可能です。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)

構文

'宣言
<DefaultValueAttribute(1)> _
<EditorAttribute("Microsoft.AnalysisServices.Design.DateOfMonthPropertyTypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
Public Property FiscalFirstDayOfMonth As Integer
[DefaultValueAttribute(1)] 
[EditorAttribute("Microsoft.AnalysisServices.Design.DateOfMonthPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
public int FiscalFirstDayOfMonth { get; set; }
[DefaultValueAttribute(1)] 
[EditorAttribute(L"Microsoft.AnalysisServices.Design.DateOfMonthPropertyTypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
public:
property int FiscalFirstDayOfMonth {
    int get ();
    void set (int value);
}
/** @property */
public int get_FiscalFirstDayOfMonth ()

/** @property */
public void set_FiscalFirstDayOfMonth (int value)
public function get FiscalFirstDayOfMonth () : int

public function set FiscalFirstDayOfMonth (value : int)

プロパティ値

TimeBinding オブジェクトの会計月の最初の日を示す Integer です。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

TimeBinding Class
TimeBinding Members
Microsoft.AnalysisServices Namespace