Language.Days Property
Gets the names of the days of the week for the referenced language.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Days As String
public string Days { get; }
public:
property String^ Days {
String^ get ();
}
/** @property */
public String get_Days ()
public function get Days () : 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 .NET Framework версии 2.0.
Пример
How to: Get and Set a Property in Visual Basic .NET
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Language Class
Language Members
Microsoft.SqlServer.Management.Smo Namespace