SCRM 2006 SC_NodeEnclosure_OUTRIGGER_View
SC_NodeEnclosure_OUTRIGGER_View lists hardware inventory for the enclosures for a managed node.
SC_NodeEnclosure_OUTRIGGER_View
Column | Type | Constraint | Description |
---|---|---|---|
NodeEnclosureKey |
int |
Not Null |
Key that uniquely identifies a node enclosure associated with the managed node referenced by NodeKey. |
NodeKey |
int |
Not Null |
Key that identifies the managed node associated with this entry. This is a foreign key into SC_ManagedNodeDimension_Table. |
EnclosureEndTimeKey |
int |
Null values allowed |
End of the time period that this row was known valid. A |
EnclosureEndDateKey |
smallint |
Null values allowed |
End of the time period that this row was known valid. A |
EnclosureEndDateLineageKey |
int |
Null values allowed |
Key that identifies lineage of the DTS package that last identified this entry. A current entry has a NULL end date and time and NULL lineage end date. This is a foreign key into SC_LineageDimension_Table. |
EnclosureStartTimeKey |
int |
Not Null |
Start of the time period that this row was known valid. Indicates the date that the item was first inventoried by SMS. |
EnclosureStartDateKey |
smallint |
Not Null |
Start of the time period that this row was known valid. Indicates the date that the item was first inventoried by SMS. |
EnclosureStartDateLineageKey |
int |
Not Null |
Identifies lineage of the DTS package that first identified this entry. This is a foreign key into SC_LineageDimension_Table. |
EnclosureChassisType |
nvarchar |
Null values allowed |
Array of chassis types, using the following values:
|
EnclosureManufacturer |
nvarchar |
Null values allowed |
Name of the manufacturer. |
EnclosureSerialNumber |
nvarchar |
Null values allowed |
Manufacturer-allocated number used to identify the physical element. |
EnclosureSMBIOSAssetTag |
nvarchar |
Null values allowed |
Asset tag number of the system enclosure. |
See Also
Other Resources
SCRM 2006 MOM Views
SCRM 2006 Report Customization
SCRM 2006 SMS Views
SCRM 2006 Stored Procedures