ProtocolProperty Miembros
The ProtocolProperty class represents an attribute of a protocol on the Windows Management Instrumentation (WMI) installation.
El tipo ProtocolProperty expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
CompareTo | Compares the Property object to another object. (Se hereda de Property). | |
Equals | Determines whether two Property objects are equal. (Se hereda de Property). | |
Finalize | (Se hereda de Object). | |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Se hereda de Property). | |
GetType | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | Returns a String value that represents the current object. (Se hereda de Property). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
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. (Se hereda de Property). | |
Expensive | Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Se hereda de Property). | |
IsNull | Gets the Boolean property value that specifies whether the property is set to null. (Se hereda de Property). | |
Name | Gets the name of the property. (Se hereda de Property). | |
Readable | Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Se hereda de Property). | |
Retrieved | Gets the Boolean property value that specifies whether the property has been retrieved already. (Se hereda de Property). | |
Type | Gets the type of property. (Se hereda de Property). | |
Value | Gets or sets the value of the property. (Se hereda de Property). | |
Writable | Gets the Boolean property value that specifies whether the property can be modified. (Se hereda de Property). |
Principio
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ISfcPropertyAttributes | (Se hereda de Property). | |
ISfcPropertyDirty | (Se hereda de Property). | |
ISfcPropertyEnabled | (Se hereda de Property). | |
ISfcPropertyIsNull | (Se hereda de Property). | |
ISfcPropertyName | (Se hereda de Property). | |
ISfcPropertyRequired | (Se hereda de Property). | |
ISfcPropertyType | (Se hereda de Property). | |
ISfcPropertyValue | (Se hereda de Property). | |
ISfcPropertyWritable | (Se hereda de Property). |
Principio
Vea también