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)