VirtualizationManagementSystemSetting¶
Contains additional data for a virtualization management system that does not fit into the standardized table.
Fields¶
Field | Type | Description |
---|---|---|
BooleanValue | bit | Boolean representation for boolean settings |
DateTimeValue | datetime | DateTime representation for datetime settings |
ID | bigint | Internal ID for the VirtualizationManagementSystemSetting entity (Primary Key) |
IntegerValue | bigint | Integer representation for numeric settings |
Name | nvarchar | Name of the setting |
Name | nvarchar | Name of the setting |
Value | nvarchar | Value of the setting - string representation |
VirtualizationManagementSystemID | bigint | Internal ID that references the VirtualizationManagementSystem entity (Foreign Key) |
VirtualizationManagementSystemID | bigint | Internal ID that references the VirtualizationManagementSystem entity (Foreign Key) |