DdmSqlDataType Enumeration
Defines the Data Discovery Manager (DDM) SQL data type for discovery when generating DDR files.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Member name | Description | |
|---|---|---|
| Date | SQL Date. | |
| Float | Floating point. | |
| Int | Integer value type. | |
| None | None. | |
| String | Unicode string. | |
| ULong | Unsigned long. | |
| VarText | Text blob. |
Show: