Month 열거형
The Month enumeration contains constant values that specify the twelve calendar months.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Enumeration Month
‘사용 방법
Dim instance As Month
public enum Month
public enum class Month
type Month
public enum Month
멤버
멤버 이름 | 설명 | |
---|---|---|
January | January, month 1. | |
February | February, month 2. | |
March | March, month 3. | |
April | April, month 4. | |
May | May, month 5. | |
June | June, month 6. | |
July | July, month 7. | |
August | August, month 8. | |
September | September, month 9 | |
October | October, month 10. | |
November | November, month 11. | |
December | December, month 12. |
주의
The Month enumeration class is served by the Month method.
Thread Safety
이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.