The ObjectPropertyUsages enumeration contains constant values that specify the ways in which properties are used.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)
语法
声明
<FlagsAttribute> _
Public Enumeration ObjectPropertyUsages
[FlagsAttribute]
public enum ObjectPropertyUsages
[FlagsAttribute]
public enum class ObjectPropertyUsages
/** @attribute FlagsAttribute() */
public enum ObjectPropertyUsages
FlagsAttribute
public enum ObjectPropertyUsages
Members
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。