共用方式為


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

此型別的任何公用靜態 (在 Microsoft Visual Basic 為共用) 成員具備多執行緒作業安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間