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 | |
---|---|---|
![]() |
IsExpensive | Gets the Boolean property value that specifies whether the property is expensive. |
![]() |
IsWriteable | Gets the Boolean property value that specifies whether the property can be modified. |
![]() |
Name | Gets the name of the property. |
![]() |
PropertyType | Gets the property type. |
![]() |
Versions | Gets the version of SQL Server. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.