Aracılığıyla paylaş


Schedule.ScheduleID Özelliği

Alır veya ayarlar zamanlamayı sistem tarafından oluşturulan benzersiz tanımlayıcısı.

Ad Alanı:  ReportService2010
Derleme:  ReportService2010 (ReportService2010 içinde.dll)

Sözdizimi

'Bildirim
Public Property ScheduleID As String
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.String
A dize değeri sistem tarafından oluşturulan benzersiz tanıtıcısı zamanlamayı içerir.