Udostępnij za pośrednictwem


Właściwość Schedule.ReferencesPresent

Pobiera lub ustawia wartość wskazującą, czy udostępniony harmonogram odwołuje się raporty i subskrypcje.

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

Składnia

'Deklaracja
Public Property ReferencesPresent As Boolean
    Get
    Set
'Użycie
Dim instance As Schedule
Dim value As Boolean

value = instance.ReferencesPresent

instance.ReferencesPresent = value
public bool ReferencesPresent { get; set; }
public:
property bool ReferencesPresent {
    bool get ();
    void set (bool value);
}
member ReferencesPresent : bool with get, set
function get ReferencesPresent () : boolean
function set ReferencesPresent (value : boolean)

Wartość właściwości

Typ: System.Boolean
TRUE Jeśli udostępniony harmonogram jest wywoływany przez raporty i subskrypcje; w przeciwnym razie false.Wartością domyślną jest false.