ShortMonth 메서드
Returns a String value of the abbreviated month in the referenced language.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Function ShortMonth ( _
month As Month _
) As String
‘사용 방법
Dim instance As Language
Dim month As Month
Dim returnValue As String
returnValue = instance.ShortMonth(month)
public string ShortMonth(
Month month
)
public:
String^ ShortMonth(
Month month
)
member ShortMonth :
month:Month -> string
public function ShortMonth(
month : Month
) : String
매개 변수
- month
형식: Microsoft.SqlServer.Management.Smo. . :: . .Month
A Month object value that specifies the month of the year.
반환 값
형식: System. . :: . .String
A String value that specifies the abbreviated month in the referenced language.
주의
By specifying the day of the week using a Month object, the ShortMonth method returns a string value containing the month in abbreviated format in the referenced language, Sep for example.