Language.Month 메서드

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function Month ( _
    month As Month _
) As String
‘사용 방법
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

매개 변수

반환 값

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

주의

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.

메서드 호출

참고 항목

참조

Language 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

sys.syslanguages(Transact-SQL)