TimeZoneEnumeration.Item Property
Returns a TimeZone object, which represents a valid time zone.
Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
timeZoneId As Short _
) As TimeZone
public TimeZone this [
short timeZoneId
] { get; }
public:
virtual property TimeZone^ default [short] {
TimeZone^ get (short timeZoneId) sealed;
}
/** @property */
public final TimeZone get_Item (short timeZoneId)
Параметры
- timeZoneId
The identifier of the time zone that you want returned.
Значение свойства
A TimeZone object, which represents a time zone.
Синхронизация потоков
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.
См. также
Справочник
TimeZoneEnumeration Class
TimeZoneEnumeration Members
Microsoft.SqlServer.NotificationServices Namespace