Share via


ServerProtocolProperty Members

Include Protected Members
Include Inherited Members

The ServerProtocolProperty class represents an attribute of a Windows Management Instrumentation (WMI) server protocol.

The ServerProtocolProperty type exposes the following members.

Methods

  Name Description
Public method CompareTo(Object) Compares the Property object to another object. (Inherited from Property.)
Public method Equals(Object) Determines whether two Property objects are equal. (Inherited from Property.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Property.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns a String value that represents the current object. (Inherited from Property.)

Top

Properties

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

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property ISfcPropertyAttributes (Inherited from Property.)
Explicit interface implemetationPrivate property ISfcPropertyDirty (Inherited from Property.)
Explicit interface implemetationPrivate property ISfcPropertyEnabled (Inherited from Property.)
Explicit interface implemetationPrivate property ISfcPropertyIsNull (Inherited from Property.)
Explicit interface implemetationPrivate property ISfcPropertyName (Inherited from Property.)
Explicit interface implemetationPrivate property ISfcPropertyRequired (Inherited from Property.)
Explicit interface implemetationPrivate property ISfcPropertyType (Inherited from Property.)
Explicit interface implemetationPrivate property ISfcPropertyValue (Inherited from Property.)
Explicit interface implemetationPrivate property ISfcPropertyWritable (Inherited from Property.)

Top