다음을 통해 공유


Days 속성

Gets the names of the days of the week for the referenced language.

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

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property Days As String
    Get
‘사용 방법
Dim instance As Language
Dim value As String

value = instance.Days
[SfcPropertyAttribute]
public string Days { get; }
[SfcPropertyAttribute]
public:
property String^ Days {
    String^ get ();
}
[<SfcPropertyAttribute>]
member Days : string
function get Days () : String

속성 값

형식: System. . :: . .String
A String value that contains the names of the days of the week.

주의

The string contains the names of the days of the week in order, starting with the first day of the week, which is specified by the FirstDayOfWeek property.

For example, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag, Sonntag is the value of the Days property for the German (Deutsch). In this example, the FirstDayOfWeek property value is 1, indicating that Montag (Monday) is the first day of the week.

예제

속성 설정