Hello all, I am writing a VB.Net app to create DDRs for SMS/SCCM. I am trying to follow good coding practices by using "Option Strict On" but the SMSResGen object is causing some issues. Basically, the "Full Replace / Low Confidence" bit isn't available when enumerating DDRPropertyFlagsEnum. I have an array that I would like to REPLACE with new info rather than appending to it.
I could probably disable 'Option Strict On' and just pass the integer 17 instead of "SMSRSGENCTLLib.DDRPropertyFlagsEnum.ADDPROP_ARRAY Or
MISSINGENUMPROP" but it seems a bit silly to have to do this. I know that SMS/SCCM itself generates DDRs with this flag set so it is a bit disappointing that I cannot do it with SMSResGen without getting rid of 'Option Scrict On'.
Any suggestions?
References to what I am seeing:
http://msdn.microsoft.com/en-us/library/cc145875.aspxhttp://myitforum.com/cs2/blogs/rzander/archive/2009/05/15/ddrpropertyflagsenum-update.aspx