ReportServerTimeZoneInfo プロパティ

レポート サーバーのタイム ゾーン情報を取得します。

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

プロパティ値

型: ReportService2010. . :: . .TimeZoneInformation
レポート サーバーのタイム ゾーン情報を表す TimeZoneInformation オブジェクトです。