Language.Days 屬性
Gets the names of the days of the week for the referenced language.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Days As String
Get
'用途
Dim instance As Language
Dim value As String
value = instance.Days
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Days { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Days {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間