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.
Initializes a new instance of the DdmSingleProperty class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public DdmSingleProperty(
string discoveryName,
DdmSqlDataType dbType,
uint maxWidth,
DdmDiscoveryFlags flags,
string value
)
public:
DdmSingleProperty(
String^ discoveryName,
DdmSqlDataType dbType,
unsigned int maxWidth,
DdmDiscoveryFlags flags,
String^ value
)
Public Sub New (
discoveryName As String,
dbType As DdmSqlDataType,
maxWidth As UInteger,
flags As DdmDiscoveryFlags,
value As String
)
Parameters
discoveryName
Type: System.StringDDM discovery name.
dbType
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmSqlDataTypeDDM SQL data type.
maxWidth
Type: System.UInt32Maximum string width; strings longer than this value are truncated.
flags
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmDiscoveryFlagsDDM discovery flags.
value
Type: System.StringProperty value.
See Also
DdmSingleProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top