SetStatisticsOptions 열거형

정의

SQL에 있는 다양한 유형의 조건자 SET STATISTICS 옵션입니다.

이 열거형은 멤버 값의 비트 조합을 지원합니다.

[System.Flags]
[System.Serializable]
public enum SetStatisticsOptions
[<System.Flags>]
[<System.Serializable>]
type SetStatisticsOptions = 
Public Enum SetStatisticsOptions
상속
SetStatisticsOptions
특성

필드

Name Description
None 0
IO 1
Profile 2
Time 4
Xml 8

적용 대상