ObjectPropertyUsages 열거형

코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
<FlagsAttribute> _
Public Enumeration ObjectPropertyUsages
‘사용 방법
Dim instance As ObjectPropertyUsages
[FlagsAttribute]
public enum ObjectPropertyUsages
[FlagsAttribute]
public enum class ObjectPropertyUsages
[<FlagsAttribute>]
type ObjectPropertyUsages
public enum ObjectPropertyUsages

멤버

멤버 이름 설명
All Defines all the methods available which were used to access the property. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
Filter Defines the property which is used in filtering operations. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
None Defines the property which is not used. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
OrderBy Defines the property which is used in order-by operations. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
Request Defines the property which is used in request operations. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
Reserved1 Defines the value reserved for future use. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.

참고 항목

참조

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스