Udostępnij za pośrednictwem


Właściwość Schedule.ReferencesPresent

Wskazuje, czy udostępniony harmonogram odwołuje się raporty i subskrypcje.

Przestrzeń nazw:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.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
A Booleanvalue indicating whether a shared schedule is referenced by reports and subscriptions.