public interface SWbemProperty extends GetWmiQualifiers
The SWbemProperty object represents a single WMI property of a managed object. This object cannot be created by the VBScript CreateObject call.
Объект SWbemProperty представляет отдельное свойство WMI управляемого объекта. Этот объект не может быть создан с помощью вызова VBScript CreateObject.
| Modifier and Type | Method and Description |
|---|---|
WbemCIMType |
getCIMType()
The CIMType property of the SWbemProperty object is an integer that can be used to determine the CIM type of this property.
|
String |
getName()
SWbemProperty.Name property
SWbemProperty.Name As String
This property is read-only.
|
String |
getOrigin()
The Origin property of the SWbemProperty object retrieves the name of the WMI class in which this
property was introduced.
|
Optional<WmiObj> |
getReference()
Ссылка на объект, актуально для тех свойств, чей тип (getCIMType)
WbemCIMType.REFERENCE |
com.jacob.com.Variant |
getVariant()
Значение свойства
|
boolean |
isArray()
The IsArray property of the SWbemProperty object is a Boolean value that can be used to determine
if this property has an array type.
|
boolean |
isLocal()
The IsLocal property of the SWbemProperty object is a Boolean
value that can be used to determine if this property is local.
|
getWmiQualifiersString getName()
SWbemProperty.Name property SWbemProperty.Name As String This property is read-only. Requirements Minimum supported client - Windows Vista Minimum supported server - Windows Server 2008 Header - Wbemdisp.h Type library - Wbemdisp.tlb DLL - Wbemdisp.dll CLSID - CLSID_SWbemProperty IID - IID_ISWbemProperty
boolean isLocal()
The IsLocal property of the SWbemProperty object is a Boolean value that can be used to determine if this property is local. A value of FALSE indicates that this property has been inherited from another class. This property is read-only.
boolean isArray()
This property is read-only.
WbemCIMType getCIMType()
This property is read-only.
Свойство CIMType объекта SWbemProperty является целым числом, которое можно использовать для определения типа CIM этого свойства.
String getOrigin()
If the property is local (see SWbemQualifier.IsLocal), this value is the same as the owning class.
This property is read-only.
Свойство Origin объекта SWbemProperty извлекает имя класса WMI, в котором это свойство было введено. Для классов с глубокой иерархией наследования часто бывает желательно знать, какие свойства были объявлены в каких классах.
Если свойство является локальным (см. SWbemQualifier.IsLocal), это значение совпадает с классом-владельцем.
com.jacob.com.Variant getVariant()
Optional<WmiObj> getReference()
WbemCIMType.REFERENCECopyright © 2020. All rights reserved.