다음을 통해 공유


TimeZone Class

Represents a valid time zone. Exists to support a set of time zone properties and expose them for use in your subscription management application.

네임스페이스: Microsoft.SqlServer.NotificationServices
어셈블리: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

구문

‘선언
<GuidAttribute("99188591-E0F8-4988-8244-974C94052022")> _
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class TimeZone
    Implements ITimeZone
[GuidAttribute("99188591-E0F8-4988-8244-974C94052022")] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
public class TimeZone : ITimeZone
[GuidAttribute(L"99188591-E0F8-4988-8244-974C94052022")] 
[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
public ref class TimeZone : ITimeZone
/** @attribute GuidAttribute("99188591-E0F8-4988-8244-974C94052022") */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
public class TimeZone implements ITimeZone
GuidAttribute("99188591-E0F8-4988-8244-974C94052022") 
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
public class TimeZone implements ITimeZone

주의

An object of the TimeZone class represents a valid time zone. A time zone ID is used in setting subscription schedule information.

The TimeZone class has no constructor. To create a TimeZone object, you must return one from the Item property.

For a list of time zones supported by Notification Services, see Time Zone Codes.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.NotificationServices.TimeZone

스레드 보안

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

TimeZone Members
Microsoft.SqlServer.NotificationServices Namespace