Language.ShortMonth(Month) Method

Definition

The ShortMonth property returns an abbreviation for the name of a month from an installed Microsoft� SQL Server� 2000 language.

public string ShortMonth (Microsoft.SqlServer.Management.Smo.Month month);
member this.ShortMonth : Microsoft.SqlServer.Management.Smo.Month -> string
Public Function ShortMonth (month As Month) As String

Parameters

month
Month

Returns

Applies to