共用方式為


Schedule.State 屬性

Gets or sets the state of the schedule.

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

語法

'宣告
Public Property State As ScheduleStateEnum 
    Get 
    Set
'用途
Dim instance As Schedule 
Dim value As ScheduleStateEnum 

value = instance.State

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

屬性值

型別:ReportService2005.ScheduleStateEnum
A read-only ScheduleStateEnum value.

請參閱

參考

Schedule 類別

ReportService2005 命名空間