次の方法で共有


DaysOfWeekSelector.Sunday プロパティ

定期的なレポートが日曜日に実行されるかどうかを示します。

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

構文

'宣言
Public Property Sunday As Boolean 
    Get 
    Set
'使用
Dim instance As DaysOfWeekSelector 
Dim value As Boolean 

value = instance.Sunday

instance.Sunday = value
public bool Sunday { get; set; }
public:
property bool Sunday {
    bool get ();
    void set (bool value);
}
member Sunday : bool with get, set
function get Sunday () : boolean 
function set Sunday (value : boolean)

プロパティ値

型: System.Boolean
Boolean 値です。

関連項目

参照

DaysOfWeekSelector クラス

ReportService2005 名前空間