ProtocolProperty-Member
The ProtocolProperty class represents an attribute of a protocol on the Windows Management Instrumentation (WMI) installation.
Der ProtocolProperty-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
CompareTo | Compares the Property object to another object. (Geerbt von Property.) | |
Equals | Determines whether two Property objects are equal. (Geerbt von Property.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Geerbt von Property.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | Returns a String value that represents the current object. (Geerbt von Property.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. (Geerbt von Property.) | |
Expensive | Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Geerbt von Property.) | |
IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Geerbt von Property.) | |
Name | Gets the name of the property. (Geerbt von Property.) | |
Readable | Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Geerbt von Property.) | |
Retrieved | Gets the Boolean property value that specifies whether the property has been retrieved already. (Geerbt von Property.) | |
Type | Gets the type of property. (Geerbt von Property.) | |
Value | Gets or sets the value of the property. (Geerbt von Property.) | |
Writable | Gets the Boolean property value that specifies whether the property can be modified. (Geerbt von Property.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ISfcPropertyAttributes | (Geerbt von Property.) | |
ISfcPropertyDirty | (Geerbt von Property.) | |
ISfcPropertyEnabled | (Geerbt von Property.) | |
ISfcPropertyIsNull | (Geerbt von Property.) | |
ISfcPropertyName | (Geerbt von Property.) | |
ISfcPropertyRequired | (Geerbt von Property.) | |
ISfcPropertyType | (Geerbt von Property.) | |
ISfcPropertyValue | (Geerbt von Property.) | |
ISfcPropertyWritable | (Geerbt von Property.) |
Zum Anfang