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
成員
成員名稱 | 說明 | |
---|---|---|
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
此型別的任何公用靜態 (在 Microsoft Visual Basic 為共用) 成員具備多執行緒作業安全。不保證所有執行個體成員都是安全執行緒。