Condividi tramite


Metodo Language.Month

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function Month ( _
    month As Month _
) As String
'Utilizzo
Dim instance As Language 
Dim month As Month 
Dim returnValue As String 

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

Parametri

Valore restituito

Tipo: System.String
A String value that specifies the month in the referenced language.

Osservazioni

By specifying the day of the week using a Month object, the Month method returns a String value containing the month in the referenced language, September for example.

Esempi

Chiamata di metodi

Vedere anche

Riferimento

Language Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

sys.syslanguages (Transact-SQL)