ObjectPropertyUsages Enumeration
SQL Server 2005
The ObjectPropertyUsages enumeration contains constant values that specify the ways in which properties are used.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)
Assembly: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)
| Member name | Description |
|---|---|
| All | All methods available are used to access the property. |
| Filter | The property is used in filtering operations. |
| None | The property is not used. |
| OrderBy | The property is used in order-by operations. |
| Request | The property is used in request operations. |
| Reserved1 | This value reserved for future use. |
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.