Includes&Samples |
__ProviderRegistration, ROOT\MSCluster - 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\MSCluster:__EventProviderRegistration.provider="\\\\.\\Root\\MSCluster:__Win32Provider.Name=\"Cluster Event Provider\""Properties={ 'EventQueryList' : ['SELECT * FROM MSCluster_Event'] //Variant() 'provider' : '\\.\Root\MSCluster:__Win32Provider.Name="Cluster Event Provider"' //String } Instance \\W2012SDC\ROOT\MSCluster:__MethodProviderRegistration.provider="\\\\.\\Root\\MSCluster:__Win32Provider.Name=\"MS_CLUSTER_PROVIDER\""Properties={ 'provider' : '\\.\Root\MSCluster:__Win32Provider.Name="MS_CLUSTER_PROVIDER"' //String } Instance \\W2012SDC\ROOT\MSCluster:__ClassProviderRegistration.provider="\\\\.\\Root\\MSCluster:__Win32Provider.Name=\"MS_CLUSTER_CLASS_PROVIDER\""Properties={ 'CacheRefreshInterval' : null 'InteractionType' : 0 //Long, 0x0 'PerUserSchema' : null 'provider' : '\\.\Root\MSCluster:__Win32Provider.Name="MS_CLUSTER_CLASS_PROVIDER"' //String 'QuerySupportLevels' : null 'ReferencedSetQueries' : null 'ResultSetQueries' : ['SELECT * FROM meta_class WHERE __Dynasty = 'MSCluster_Property''] //Variant() 'ReSynchroniseOnNamespaceOpen' : null 'SupportsBatching' : null 'SupportsDelete' : False //Boolean, 0x0 'SupportsEnumeration' : True //Boolean, 0xFFFFFFFF 'SupportsGet' : True //Boolean, 0xFFFFFFFF 'SupportsPut' : True //Boolean, 0xFFFFFFFF 'SupportsTransactions' : null 'UnsupportedQueries' : null 'Version' : null } Instance \\W2012SDC\ROOT\MSCluster:__InstanceProviderRegistration.provider="\\\\.\\Root\\MSCluster:__Win32Provider.Name=\"MS_CLUSTER_PROVIDER\""Properties={ 'InteractionType' : 0 //Long, 0x0 'provider' : '\\.\Root\MSCluster:__Win32Provider.Name="MS_CLUSTER_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 } |