共用方式為


ServerInfoHeader.ReportServerTimeZoneInfo 屬性

Gets the time zone information for the report server.

命名空間:  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
A TimeZoneInformation object that contains the time zone information for the report server.

請參閱

參考

ServerInfoHeader 類別

ReportService2006 命名空間