Поделиться через


Метод Language.ShortMonth

Returns a String value of the abbreviated month in the referenced language.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function ShortMonth ( _
    month As Month _
) As String
'Применение
Dim instance As Language 
Dim month As Month 
Dim returnValue As String 

returnValue = instance.ShortMonth(month)
public string ShortMonth(
    Month month
)
public:
String^ ShortMonth(
    Month month
)
member ShortMonth : 
        month:Month -> string
public function ShortMonth(
    month : Month
) : String

Параметры

Возвращаемое значение

Тип: System.String
A String value that specifies the abbreviated month in the referenced language.

Замечания

By specifying the day of the week using a Month object, the ShortMonth method returns a string value containing the month in abbreviated format in the referenced language, Sep for example.

Примеры

Вызов методов

См. также

Справочник

Language Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

sys.syslanguages (Transact-SQL)