Freigeben über


ServerInfoHeader.ReportServerTimeZoneInfo-Eigenschaft

Gets the time zone information for the report server.

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

'Declaration
Public Property ReportServerTimeZoneInfo As TimeZoneInformation 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: ReportService2010.TimeZoneInformation
A TimeZoneInformation object that contains the time zone information for the report server.

Siehe auch

Verweis

ServerInfoHeader Klasse

ReportService2010-Namespace