Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the time zone information for the report server.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.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)
Property Value
Type: ReportService2006.TimeZoneInformation
A TimeZoneInformation object that contains the time zone information for the report server.