MonthlyRecurrence.Days 屬性

Gets or sets the days of the month on which a scheduled report runs.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.dll 中)

語法

'宣告
Public Property Days As String 
    Get 
    Set
'用途
Dim instance As MonthlyRecurrence 
Dim value As String 

value = instance.Days

instance.Days = value
public string Days { get; set; }
public:
property String^ Days {
    String^ get ();
    void set (String^ value);
}
member Days : string with get, set
function get Days () : String 
function set Days (value : String)

屬性值

型別:System.String
A String value that contains the days of the month on which a scheduled report runs.

請參閱

參考

MonthlyRecurrence 類別

ReportService2006 命名空間