SqlPropertyInfo Members

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

The following tables list the members exposed by the SqlPropertyInfo type.

Public Properties

  Name Description
ms220370.pubproperty(en-US,SQL.90).gif IsExpensive Gets the Boolean property value that specifies whether the property is expensive.
ms220370.pubproperty(en-US,SQL.90).gif IsWriteable Gets the Boolean property value that specifies whether the property can be modified.
ms220370.pubproperty(en-US,SQL.90).gif Name Gets the name of the property.
ms220370.pubproperty(en-US,SQL.90).gif PropertyType Gets the property type.
ms220370.pubproperty(en-US,SQL.90).gif Versions Gets the version of Microsoft SQL Server.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220370.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms220370.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms220370.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms220370.pubmethod(en-US,SQL.90).gifms220370.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220370.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms220370.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms220370.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SqlPropertyInfo Class
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Setting Properties