Includes&Samples |
__ProviderRegistration, ROOT\snmp\localhost - InstancesClass | Childs (5) | Methods | Properties (1) | Qualifiers (1) | Instances (4) | Namespaces (142)Samples: VB Script | C# | VB.Net | Search on:Microsoft Instances of __ProviderRegistrationThis section contains sample wmi instances of __ProviderRegistration class with their properties from Microsoft Windows Server 2012 R2 Datacenter Evaluation. __ProviderRegistration is an abstract class, so it has only derived instances, see derived child classes. Instance \\W2012SDC\ROOT\snmp\localhost:__EventProviderRegistration.provider="\\\\.\\root\\snmp\\localhost:__Win32Provider.Name=\"MS_SNMP_ENCAPSULATED_EVENT_PROVIDER\""Properties={ 'EventQueryList' : ['select * from SnmpNotification'] //Variant() 'provider' : '\\.\root\snmp\localhost:__Win32Provider.Name="MS_SNMP_ENCAPSULATED_EVENT_PROVIDER"' //String } Instance \\W2012SDC\ROOT\snmp\localhost:__EventProviderRegistration.provider="\\\\.\\root\\snmp\\localhost:__Win32Provider.Name=\"MS_SNMP_REFERENT_EVENT_PROVIDER\""Properties={ 'EventQueryList' : ['select * from SnmpExtendedNotification'] //Variant() 'provider' : '\\.\root\snmp\localhost:__Win32Provider.Name="MS_SNMP_REFERENT_EVENT_PROVIDER"' //String } Instance \\W2012SDC\ROOT\snmp\localhost:__ClassProviderRegistration.provider="\\\\.\\root\\snmp\\localhost:__Win32Provider.Name=\"MS_SNMP_CLASS_PROVIDER\""Properties={ 'CacheRefreshInterval' : null 'InteractionType' : 0 //Long, 0x0 'PerUserSchema' : null 'provider' : '\\.\root\snmp\localhost:__Win32Provider.Name="MS_SNMP_CLASS_PROVIDER"' //String 'QuerySupportLevels' : null 'ReferencedSetQueries' : null 'ResultSetQueries' : ['Select * From meta_class Where __this isa "SnmpMacro"', 'Select * From meta_class Where __this isa "SnmpNotification"', 'Select * From meta_class Where __this isa "SnmpExtendedNotification"'] //Variant() 'ReSynchroniseOnNamespaceOpen' : null 'SupportsBatching' : null 'SupportsDelete' : False //Boolean, 0x0 'SupportsEnumeration' : True //Boolean, 0xFFFFFFFF 'SupportsGet' : True //Boolean, 0xFFFFFFFF 'SupportsPut' : False //Boolean, 0x0 'SupportsTransactions' : null 'UnsupportedQueries' : null 'Version' : null } Instance \\W2012SDC\ROOT\snmp\localhost:__InstanceProviderRegistration.provider="\\\\.\\root\\snmp\\localhost:__Win32Provider.Name=\"MS_SNMP_INSTANCE_PROVIDER\""Properties={ 'InteractionType' : 0 //Long, 0x0 'provider' : '\\.\root\snmp\localhost:__Win32Provider.Name="MS_SNMP_INSTANCE_PROVIDER"' //String 'QuerySupportLevels' : ['WQL:UnarySelect'] //Variant() 'SupportsBatching' : null 'SupportsDelete' : True //Boolean, 0xFFFFFFFF 'SupportsEnumeration' : True //Boolean, 0xFFFFFFFF 'SupportsGet' : True //Boolean, 0xFFFFFFFF 'SupportsPut' : True //Boolean, 0xFFFFFFFF 'SupportsTransactions' : null } |