Dell OpenManage Server Administrator Version 5.1 Podręcznik Użytkownika Strona 83

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 98
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 82
Dell-defined Classes 83
instance of __MethodProviderRegistration
{
Provider = $P;
};
//core.mof
//============================================
// Using my own MOF instead of inheriting from existing MOFs, for rapid prototyping.
// ============================================
[Dynamic, Provider ("omprov"),
Description("The Dell_CMDevice class contains all the the information related to the Dell Change
Management Device.")
]
class Dell_CMDevice
{
[write (true), key: ToSubClass]
string componentID;
[write (true), key: ToSubClass]
string name;
[write (true), key: ToSubClass]
string vendorID;
[write (true), key: ToSubClass]
string deviceID;
[write (true), key: ToSubClass]
string subDeviceID;
[write (true), key: ToSubClass]
string subVendorID;
[write (true), key: ToSubClass]
string bus;
[write (true), key: ToSubClass]
string device;
Przeglądanie stron 82
1 2 ... 78 79 80 81 82 83 84 85 86 87 88 ... 97 98

Komentarze do niniejszej Instrukcji

Brak uwag