Właściwość ScheduleReference.ScheduleID
Pobiera lub ustawia wygenerowane przez system identyfikator unikatowy udostępniony harmonogram.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property ScheduleID As String
Get
Set
'Użycie
Dim instance As ScheduleReference
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ść, która zawiera wygenerowane przez system identyfikator unikatowy udostępniony harmonogram.