Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The GetTallyIntervals Windows Management Instrumentation (WMI) class method. in Configuration Manager, gets an array of tally intervals and the default interval.
The following syntax is simplified from Managed Object Format (MOF) code and is intended to show the definition of the method.
SInt32 GetTallyIntervals(
   String SiteCode,
    String ComponentName,
    String TallyIntervals[],
    String DefaultInterval
);
Parameters
- SiteCode 
 Data type: String- Qualifiers: [in, SizeLimit("3")] - The site code of the site for which the status is reported. 
- ComponentName 
 Data type: String- Qualifiers: [in, SizeLimit("3")] - The name of the component. 
- TallyIntervals 
 Data type: String Array- Qualifiers: [out] - The tally intervals. 
- DefaultInterval 
 Data type: String- Qualifiers: [out] - The default interval. 
Return Values
An SInt32 data type.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.