Share via


ObjectPropertyUsages Enumeration

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 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Management.Smo Namespace