TimeZone.TimeZoneName Property
Notification Services によって割り当てられたタイム ゾーンの名前を返します。例 : "(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague"。
名前空間: Microsoft.SqlServer.NotificationServices
アセンブリ: Microsoft.SqlServer.NotificationServices (microsoft.sqlserver.notificationservices.dll 内)
構文
'宣言
Public ReadOnly Property TimeZoneName As String
public string TimeZoneName { get; }
public:
virtual property String^ TimeZoneName {
String^ get () sealed;
}
/** @property */
public final String get_TimeZoneName ()
public final function get TimeZoneName () : String
プロパティ値
タイム ゾーンの名前を表す String です。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
TimeZone Class
TimeZone Members
Microsoft.SqlServer.NotificationServices Namespace