Language.ShortMonth(Month) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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