Поделиться через


Свойство ReportServerTimeZoneInfo

Gets the time zone information for the report server.

Пространство имен:  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
A TimeZoneInformation object that contains the time zone information for the report server.