共用方式為


Language.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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ShortMonths As String 
    Get
'用途
Dim instance As Language 
Dim value As String 

value = instance.ShortMonths
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ShortMonths { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ ShortMonths {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.

範例

設定屬性

請參閱

參考

Language 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

sys.syslanguages (Transact-SQL)