RequestFieldsTypes 열거형
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
<FlagsAttribute> _
Public Enumeration RequestFieldsTypes
‘사용 방법
Dim instance As RequestFieldsTypes
[FlagsAttribute]
public enum RequestFieldsTypes
[FlagsAttribute]
public enum class RequestFieldsTypes
[<FlagsAttribute>]
type RequestFieldsTypes
public enum RequestFieldsTypes
멤버
멤버 이름 | 설명 | |
---|---|---|
IncludeExpensiveInResult | Includes the expensive properties in the list of the result. | |
Reject | Discards some of the properties in the list. | |
Request | Brings the properties in the list else rejects them. |