Share via


TimeZone Class

有効なタイム ゾーンを表します。タイム ゾーンの各種属性情報をサスクリプション管理アプリケーションに提供する目的で存在します。

名前空間: Microsoft.SqlServer.NotificationServices
アセンブリ: Microsoft.SqlServer.NotificationServices (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

解説

TimeZone クラスのオブジェクトは、有効なタイム ゾーンを表します。タイム ゾーン ID は、サブスクリプションのスケジュール情報を設定するときに使用します。

TimeZone クラスには、コンストラクタがありません。TimeZone オブジェクトを作成するには、Item プロパティを使用します。

Notification Services でサポートされるゾーンの一覧については、「タイム ゾーン コード」を参照してください。

継承階層

System.Object
  Microsoft.SqlServer.NotificationServices.TimeZone

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

TimeZone Members
Microsoft.SqlServer.NotificationServices Namespace