다음을 통해 공유


Day 메서드

Returns a String value of the day of the week in the referenced language.

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

구문

‘선언
Public Function Day ( _
    day As DayOfWeek _
) As String
‘사용 방법
Dim instance As Language
Dim day As DayOfWeek
Dim returnValue As String

returnValue = instance.Day(day)
public string Day(
    DayOfWeek day
)
public:
String^ Day(
    DayOfWeek day
)
member Day : 
        day:DayOfWeek -> string 
public function Day(
    day : DayOfWeek
) : String

매개 변수

반환 값

형식: System. . :: . .String
A String value that specifies the day of the week in the referenced language.

주의

By specifying the day of the week using a system object, the Day method returns a String value containing the day in the referenced language.