TimeZone.TimeZoneId Property

Gets the identifier for the time zone.

Namespace: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntax

'Declaration
Public ReadOnly Property TimeZoneId As Short
public short TimeZoneId { get; }
public:
virtual property short TimeZoneId {
    short get () sealed;
}
/** @property */
public final short get_TimeZoneId ()
public final function get TimeZoneId () : short

Eigenschaftswert

A short value containing the time zone identifier.

Hinweise

The TimeZoneId property value can be used as part of the ScheduleStart property value for scheduled subscriptions.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

TimeZone Class
TimeZone Members
Microsoft.SqlServer.NotificationServices Namespace