DSCResources/TAMZ_cSQLMaxDop/TAMZ_cSQLMaxDop.schema.mof
[ClassVersion("1.0.0.0"), FriendlyName("TAMZ_cSQLMaxDop")] class TAMZ_cSQLMaxDop : OMI_BaseResource { [Key] Boolean DynamicAlloc; [Write] Sint32 MaxDop; [Write, ValueMap{"Present","Absent"}, Values{"Present","Absent"}] String Ensure; }; |