SqlPropertyInfo Class

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

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.SqlPropertyInfo

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Class SqlPropertyInfo
'Usage
Dim instance As SqlPropertyInfo
public class SqlPropertyInfo
public ref class SqlPropertyInfo
type SqlPropertyInfo =  class end
public class SqlPropertyInfo

The SqlPropertyInfo type exposes the following members.

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

Methods

  Name Description
Public method Equals (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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.