NETWORK_OUTAGECONSTRAINTSET
NETWORK_OUTAGECONSTRAINTSET lists the Constraint Set or Sets that are expected to be invoked for the outage once it is confirmed to proceed.
Package
NETWORK
Visibility
Public
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| OUTAGEID |
numeric(15, 0)  |
int  |
ID uniquely identifying the outage |
| GENCONSETID |
varchar(50)  |
varchar(50)  |
ID for the constraint set |
| STARTINTERVAL |
datetime(3) |
datetime2(0) |
The dispatch interval that this constraint applies from |
| ENDINTERVAL |
datetime(3) |
datetime2(0) |
The dispatch interval that this constraint applies until. |
Official MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_NETWORK_OUTAGECONSTRAINTSET |
clustered, unique, primary key |
OUTAGEID, GENCONSETID |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_NETWORK_OUTAGECONSTRAINTSET |
clustered, unique, primary key |
OUTAGEID, GENCONSETID |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_NETWORK_OUTAGECONSTRAINTSET |
clustered, unique, primary key |
OUTAGEID, GENCONSETID |