_AutoReplicationSchedule
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each autosummarization schedule.
Note: This table is for internal use only. Do not edit this table.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) ReplicationScheduleKey |
int NOT NULL |
The unique identifier for the schedule. |
|
ReplicationScheduleName |
nvarchar(255) NOT NULL |
The name of the replication schedule. |
|
(FK) ReplicationScheduleTypeKey |
int NOT NULL |
The type of autosummarization schedule. ReplicationScheduleType is a foreign key from the ReplicationScheduleType table. |
|
ReplicationScheduleAbbreviation |
nvarchar(32) NOT NULL |
The abbreviation for the autosummarization schedule. |
|
CreateGroup |
bit NOT NULL |
If TRUE, this autosummarization schedule is automatically added to new autosummarization groups. |