Share via


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 中則為 Shared) 成員都可用於多執行緒作業。並不是所有的執行個體成員都保證可以用於所有的執行緒。