ReportServerTimeZoneInfo プロパティ
レポート サーバーのタイム ゾーン情報を取得します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.dll)
構文
'宣言
Public Property ReportServerTimeZoneInfo As TimeZoneInformation
Get
Set
'使用
Dim instance As ServerInfoHeader
Dim value As TimeZoneInformation
value = instance.ReportServerTimeZoneInfo
instance.ReportServerTimeZoneInfo = value
public TimeZoneInformation ReportServerTimeZoneInfo { get; set; }
public:
property TimeZoneInformation^ ReportServerTimeZoneInfo {
TimeZoneInformation^ get ();
void set (TimeZoneInformation^ value);
}
member ReportServerTimeZoneInfo : TimeZoneInformation with get, set
function get ReportServerTimeZoneInfo () : TimeZoneInformation
function set ReportServerTimeZoneInfo (value : TimeZoneInformation)
プロパティ値
型: ReportService2006. . :: . .TimeZoneInformation
レポート サーバーのタイム ゾーン情報を表す TimeZoneInformation オブジェクトです。