次の方法で共有


TimeBinding.ManufacturingFirstMonth Property

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

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

構文

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

/** @property */
public void set_ManufacturingFirstMonth (int value)
public function get ManufacturingFirstMonth () : int

public function set ManufacturingFirstMonth (value : int)

プロパティ値

TimeBinding オブジェクトの最初の製造月を示す Integer です。

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

TimeBinding Class
TimeBinding Members
Microsoft.AnalysisServices Namespace