SCRM 2006 SCRS_NodeNetCard_OUTRIGGER_View
SCRS_NodeNetCard_OUTRIGGER_View lists hardware inventory for the network cards on a managed node.
SCRS_NodeNetCard_OUTRIGGER_View
Column | Type | Constraint | Description |
---|---|---|---|
NodeNetCardKey |
int |
Not Null |
Key that uniquely identifies a network card associated with the managed node referenced by NodeKey. |
NodeKey |
int |
Null values allowed |
Key that identifies the managed node associated with this entry. This is a foreign key into SC_ManagedNodeDimension_Table. |
NetCardEndTimeKey |
int |
Null values allowed |
End of the time period that this row was known to be valid. A |
NetCardEndDateKey |
smallint |
Null values allowed |
End of the time period that this row was known to be valid. A |
NetCardEndDateLineageKey |
int |
Not Null |
Key that identifies lineage of the DTS package that last identified this entry. A current entry will have a |
NetCardStartTimeKey |
int |
Not Null |
Start of the time period that this row was known to be valid. Indicates date that item was first inventoried by SMS. |
NetCardStartDateKey |
smallint |
Not Null |
Start of the time period that this row was known to be valid. Indicates date that item was first inventoried by SMS. |
NetCardStartDateLineageKey |
int |
Not Null |
Key that identifies lineage of the DTS package that first identified this entry. This is a foreign key into SC_LineageDimension_Table. |
NetCardAdapterType |
nvarchar |
Not Null |
Network medium in use, using the following values: Note The Windows NT property may not be applicable to all types of network adapters listed within this class.
|
NetCardDefaultIPGateway |
nvarchar |
Not Null |
Array of IP addresses of default gateways that the computer system uses—for example, |
NetCardDHCPEnabled |
int |
Null values allowed |
If TRUE, the DHCP server automatically assigns an IP address to the computer system when establishing a network connection. |
NetCardDHCPServer |
nvarchar |
Not Null |
IP address of the DHCP server—for example, ""10.55.34"". |
NetCardIPAddress |
nvarchar |
Not Null |
Array of all IP addresses associated with the current network adapter—for example, |
NetCardIPEnabled |
int |
Not Null |
If |
NetCardIPSubnet |
nvarchar |
Null values allowed |
Array of all the subnet masks associated with the current network adapter—for example, |
NetCardMACAddress |
nvarchar |
Not Null |
Media Access Control (MAC) address of the network adapter—for example, |
NetCardManufacturer |
nvarchar |
Not Null |
Name of the network adapter manufacturer—for example, |
NetCardMaxSpeed |
nvarchar |
Not Null |
Maximum speed for the network adapter card, in bits per second. |
NetCardName |
nvarchar |
Not Null |
Name of the network adapter. |
NetCardServiceName |
nvarchar |
Not Null |
Service name of the network adapter, usually shorter than the full product name—for example, |
NetCardSpeed |
nvarchar |
Not Null |
Estimate of the current bandwidth in bits per second. For endpoints that vary in bandwidth or for those where no accurate estimation can be made, this property should contain the nominal bandwidth. |
NICEndDateTime |
datetime |
Null values allowed |
End of the time period that this row was known to be valid. A |
NICStartDateTime |
datetime |
Null values allowed |
Start of the time period that this row was known to be valid. Indicates date that item was first inventoried by SMS. |
See Also
Other Resources
SCRM 2006 MOM Views
SCRM 2006 Report Customization
SCRM 2006 SMS Views
SCRM 2006 Stored Procedures