Cisco Cisco Administrative Workstation Riferimenti tecnici

Pagina di 404
 
2-2
Cisco ICM Software Database Schema Handbook
78-11677-04
Chapter 2      Table Details
Admin_Script_Schedule_Map Table
DayPosition
In conjunction with DayType, the position of a day 
within a month: 
0 = First day of the type
1 = Second day of the type
2 = Third day of the type
3 = Fourth day of the type
4 = Last day of the type
5 = Every day of the type
smallint
NOT NULL
DayFlags
A bitmask specifying the days on which the script is 
executed: 
0x01 = Sunday
0x02 = Monday
0x04 = Tuesday
0x08 = Wednesday
0x10 = Thursday
0x20 = Friday
0x40 = Saturday
int
NOT NULL
StartMonth
The month in which the schedule goes into effect (1 
through 12).
smallint
NOT NULL
StartDay
The day of the month on which the schedule goes 
into effect (1 through 31).
smallint
NOT NULL
StartYear
The year in which the schedule goes into effect.
int
NOT NULL
EndMonth
The month in which the schedule expires. The value 
is 0 if the schedule has no end date.
smallint
NOT NULL
EndDay
The day of the month on which the schedule expires. 
The value is 0 if the schedule has no end date.
smallint
NOT NULL
EndYear
The year in which the schedule expires. The value is 
0 if the schedule has no end date.
int
NOT NULL
StartHour
The hour of the day at which the schedule goes into 
effect.
smallint
NOT NULL
StartMinute
The minute of the hour at which the schedule goes 
into effect.
smallint
NOT NULL
StartSecond
The second of the minute at which the schedule goes 
into effect.
smallint
NOT NULL
EndHour
The hour of the day at which the schedule expires. 
The value is 0 if the schedule has no end time.
smallint
NOT NULL
EndMinute
The minute of the hour at which the schedule 
expires. The value is 0 if the schedule has no end 
time.
smallint
NOT NULL
EndSecond
The second of the minute at which the schedule 
expires. The value is 0 if the schedule has no end 
time.
smallint
NOT NULL
Table 2-1
Admin_Script_Schedule_Map Table (continued)
Field Name
Description
Data Type
Keys and Null 
Option