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에서 상속됩니다.) |
맨 위로 이동