This topic has not yet been rated - Rate this topic

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)
[FlagsAttribute] 
public enum ObjectPropertyUsages
/** @attribute FlagsAttribute() */ 
public enum ObjectPropertyUsages
FlagsAttribute 
public enum ObjectPropertyUsages
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.

This enumeration has a FlagsAttributeattribute that allows a bitwise combination of its member values.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.


Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ