Freigeben über


SqlPropertyInfo-Member

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

Der SqlPropertyInfo-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang