DdmArrayProperty Constructor (String, DdmSqlDataType, UInt32, DdmDiscoveryFlags)
Initializes a new instance of the DdmArrayProperty class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public DdmArrayProperty(
string propertyName,
DdmSqlDataType dataType,
uint valueMaxSize,
DdmDiscoveryFlags flags
)
public:
DdmArrayProperty(
String^ propertyName,
DdmSqlDataType dataType,
unsigned int valueMaxSize,
DdmDiscoveryFlags flags
)
Public Sub New (
propertyName As String,
dataType As DdmSqlDataType,
valueMaxSize As UInteger,
flags As DdmDiscoveryFlags
)
Parameters
propertyName
Type: System.StringName of the property.
dataType
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmSqlDataTypeDDM SQL data type.
valueMaxSize
Type: System.UInt32Maximum allowed size of the value.
flags
Type: Microsoft.ConfigurationManagement.Messaging.Messages.Server.DdmDiscoveryFlagsDDM discovery flags.
See Also
DdmArrayProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top