共用方式為


ShortMonths 屬性

Gets the abbreviated names of the months of the year for the referenced language.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public ReadOnly Property ShortMonths As String
    Get
'用途
Dim instance As Language
Dim value As String

value = instance.ShortMonths
[SfcPropertyAttribute]
public string ShortMonths { get; }
[SfcPropertyAttribute]
public:
property String^ ShortMonths {
    String^ get ();
}
[<SfcPropertyAttribute>]
member ShortMonths : string
function get ShortMonths () : String

屬性值

型別:System. . :: . .String
A String value that specifies the abbreviated months of the year.

備註

The ShortMonths property contains the abbreviated names of the months of the year in order, starting with the first month of the year.

範例

設定屬性