Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the DDM property value type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public DdmSqlDataType ValueType { get; private set; }
public:
property DdmSqlDataType ValueType {
DdmSqlDataType get();
private: void set(DdmSqlDataType value);
}
Public Property ValueType As DdmSqlDataType
Get
Private Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmSqlDataType
See Also
DdmProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top