[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

DDM SQL data type for discovery when generating Ddr files

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
DdmSqlDataType
<
SerializableAttribute> _
Public 
Enumeration 
DdmSqlDataType
[
SerializableAttribute]
public 
enum class 
DdmSqlDataType

Members

Member Description
None
None
Int
Integer value type
Date
SQL Date
ULong
Unsigned long
Float
Floating point
VarText
Text blob
String
Unicode string

See Also