次の方法で共有


TimeBinding.CalendarEndDate プロパティ

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

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

構文

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

value = instance.CalendarEndDate

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

プロパティ値

型: System.DateTime
終了日です。

関連項目

参照

TimeBinding クラス

Microsoft.AnalysisServices 名前空間