SqlPropertyInfo Members

Include Protected Members
Include Inherited Members

The SqlPropertyInfo class is an abstract class used to store information about properties.

The SqlPropertyInfo type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property IsExpensive Gets the Boolean property value that specifies whether the property is expensive.
Public property IsWriteable Gets the Boolean property value that specifies whether the property can be modified.
Public property Name Gets the name of the property.
Public property PropertyType Gets the property type.
Public property Versions Gets the version of SQL Server.

Top