Language.Month(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 Month property returns the text string representing the name of a month in the referenced language.
public string Month (Microsoft.SqlServer.Management.Smo.Month month);
member this.Month : Microsoft.SqlServer.Management.Smo.Month -> string
Public Function Month (month As Month) As String
Parameters
- month
- Month