ServerInfoHeader.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.

请参阅

参考

ServerInfoHeader 类

ReportService2010 命名空间