Partager via


Membres ProtocolProperty

The ProtocolProperty class represents an attribute of a protocol on the Windows Management Instrumentation (WMI) installation.

Le type ProtocolProperty expose les membres suivants.

Méthodes

  Nom Description
Méthode publique CompareTo Compares the Property object to another object. (Hérité de Property.)
Méthode publique Equals Determines whether two Property objects are equal. (Hérité de Property.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Hérité de Property.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString Returns a String value that represents the current object. (Hérité de Property.)

Haut de la page

Propriétés

  Nom Description
Propriété publique 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. (Hérité de Property.)
Propriété publique Expensive Gets the Boolean property value that specifies whether it takes a long time to load the property's values. (Hérité de Property.)
Propriété publique IsNull Gets the Boolean property value that specifies whether the property is set to null. (Hérité de Property.)
Propriété publique Name Gets the name of the property. (Hérité de Property.)
Propriété publique Readable Gets the Boolean property value that specifies whether the value of the property can be retrieved. (Hérité de Property.)
Propriété publique Retrieved Gets the Boolean property value that specifies whether the property has been retrieved already. (Hérité de Property.)
Propriété publique Type Gets the type of property. (Hérité de Property.)
Propriété publique Value Gets or sets the value of the property. (Hérité de Property.)
Propriété publique Writable Gets the Boolean property value that specifies whether the property can be modified. (Hérité de Property.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface explicitePropriété privée ISfcPropertyAttributes (Hérité de Property.)
Implémentation d'interface explicitePropriété privée ISfcPropertyDirty (Hérité de Property.)
Implémentation d'interface explicitePropriété privée ISfcPropertyEnabled (Hérité de Property.)
Implémentation d'interface explicitePropriété privée ISfcPropertyIsNull (Hérité de Property.)
Implémentation d'interface explicitePropriété privée ISfcPropertyName (Hérité de Property.)
Implémentation d'interface explicitePropriété privée ISfcPropertyRequired (Hérité de Property.)
Implémentation d'interface explicitePropriété privée ISfcPropertyType (Hérité de Property.)
Implémentation d'interface explicitePropriété privée ISfcPropertyValue (Hérité de Property.)
Implémentation d'interface explicitePropriété privée ISfcPropertyWritable (Hérité de Property.)

Haut de la page