Month 열거형

The Month enumeration contains constant values that specify the twelve calendar months.

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

구문

‘선언
Public Enumeration Month
‘사용 방법
Dim instance As Month
public enum Month
public enum class Month
type Month
public enum Month

멤버

멤버 이름 설명
April April, month 4.
August August, month 8.
December December, month 12.
February February, month 2.
January January, month 1.
July July, month 7.
June June, month 6.
March March, month 3.
May May, month 5.
November November, month 11.
October October, month 10.
September September, month 9

주의

The Month enumeration class is served by the Month method.

Thread Safety

이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스