Udostępnij za pośrednictwem


Właściwość Schedule.ScheduleID

Pobiera lub ustawia identyfikator unikatowy, wygenerowane przez system harmonogramu.

Przestrzeń nazw:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.dll)

Składnia

'Deklaracja
Public Property ScheduleID As String
    Get
    Set
'Użycie
Dim instance As Schedule
Dim value As String

value = instance.ScheduleID

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

Wartość właściwości

Typ: System.String
A ciąg wartość zawierający identyfikator unikatowy, wygenerowane przez system harmonogramu.