Udostępnij za pośrednictwem


DDRPropertyFlagsEnum Enumeration

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The DDRPropertyFlagsEnum enumeration, in Configuration Manager 2007, specifies flags that are used by ISMSResGen.

enum DDRPropertyFlagsEnum
{
    ADDPROP_NONE = 0x0,
        ADDPROP_GUID = 0x00000002,
        ADDPROP_GROUPING = 0x00000004,
        ADDPROP_KEY = 0x00000008,
        ADDPROP_ARRAY = 0x00000010, 
        ADDPROP_AGENT = 0x00000020,
    ADDPROP_NAME = 0x00000044,
    ADDPROP_NAME2 = 0x00000084
};

Elements

  • ADDPROP_NONE(0x0)
    No special properties.
  • ADDPROP_GUID(0x00000002)
    Defines this property as being a GUID.
  • ADDPROP_GROUPING(0x00000004)
    Reserved.
  • ADDPROP_KEY(0x00000008)
    Defines this property as being a Key value that must be unique.
  • ADDPROP_ARRAY(0x00000010)
    Reserved.
  • ADDPROP_AGENT(0x00000020)
    Reserved.
  • ADDPROP_NAME(0x00000044)
    Specifies this property as the actual Name property in the resource.
  • ADDPROP_NAME2(0x00000084)
    Specifies this property as the actual Comment property in the resource.

Requirements

Runtime Requirements

smsrsgenctl.dll

smsrsgen.dll

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Tasks

How to Add New Properties to an Existing Resource Type
How to Create a Data Discovery Record

Concepts

SMSResGen COM Automation Class
DDRAddStringArray
DDRAddIntegerArray
DDRAddInteger
DDRNew
DDRWrite
DDRAddString
SMSResGen COM Automation Class
Extending Resource Discovery
How to Get the Unique Identifier Value for a Client
ISMSResGen Interface