Compartir a través de


TimeZone.Language Property

Gets the language in which the selected time zone information is stored.

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

Sintaxis

'Declaración
Public ReadOnly Property Language As String
public string Language { get; }
public:
virtual property String^ Language {
    String^ get () sealed;
}
/** @property */
public final String get_Language ()
public final function get Language () : String

Valor de propiedad

A String containing the language for the time zone.

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