次の方法で共有


TimeBinding.CalendarStartDate プロパティ

TimeBinding オブジェクトのカレンダー期間の開始日を取得します。値の設定も可能です。

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

構文

'宣言
Public Property CalendarStartDate As DateTime 
    Get 
    Set
'使用
Dim instance As TimeBinding 
Dim value As DateTime 

value = instance.CalendarStartDate

instance.CalendarStartDate = value
public DateTime CalendarStartDate { get; set; }
public:
property DateTime CalendarStartDate {
    DateTime get ();
    void set (DateTime value);
}
member CalendarStartDate : DateTime with get, set
function get CalendarStartDate () : DateTime 
function set CalendarStartDate (value : DateTime)

プロパティ値

型: System.DateTime
開始日です。

関連項目

参照

TimeBinding クラス

Microsoft.AnalysisServices 名前空間