Compartir a través de


TimeZone.TimeZoneId Property

Gets the identifier for the time zone.

Espacio de nombres: Microsoft.SqlServer.NotificationServices
Ensamblado: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintaxis

'Declaración
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

Valor de propiedad

A short value containing the time zone identifier.

Notas

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

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

TimeZone Class
TimeZone Members
Microsoft.SqlServer.NotificationServices Namespace