Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that indicates whether a shared schedule is referenced by reports and subscriptions.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property ReferencesPresent As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if a shared schedule is referenced by reports and subscriptions; otherwise, false. The default is false.