Элементы ProtocolProperty
The ProtocolProperty class represents an attribute of a protocol on the Windows Management Instrumentation (WMI) installation.
Тип ProtocolProperty предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
CompareTo | Compares the Property object to another object. (Наследуется из Property.) | |
Equals | Determines whether two Property objects are equal. (Наследуется из Property.) | |
Finalize | (Наследуется из Object.) | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Наследуется из Property.) | |
GetType | (Наследуется из Object.) | |
MemberwiseClone | (Наследуется из Object.) | |
ToString | Returns a String value that represents the current object. (Наследуется из Property.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
Dirty | Gets the Boolean property value that specifies whether the property correctly reflects the current value of the entity that it represents on the instance of SQL Server. (Наследуется из Property.) | |
Expensive | Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Наследуется из Property.) | |
IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Наследуется из Property.) | |
Name | Gets the name of the property. (Наследуется из Property.) | |
Readable | Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Наследуется из Property.) | |
Retrieved | Gets the Boolean property value that specifies whether the property has been retrieved already. (Наследуется из Property.) | |
Type | Gets the type of property. (Наследуется из Property.) | |
Value | Gets or sets the value of the property. (Наследуется из Property.) | |
Writable | Gets the Boolean property value that specifies whether the property can be modified. (Наследуется из Property.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ISfcPropertyAttributes | (Наследуется из Property.) | |
ISfcPropertyDirty | (Наследуется из Property.) | |
ISfcPropertyEnabled | (Наследуется из Property.) | |
ISfcPropertyIsNull | (Наследуется из Property.) | |
ISfcPropertyName | (Наследуется из Property.) | |
ISfcPropertyRequired | (Наследуется из Property.) | |
ISfcPropertyType | (Наследуется из Property.) | |
ISfcPropertyValue | (Наследуется из Property.) | |
ISfcPropertyWritable | (Наследуется из Property.) |
В начало
См. также