Właściwość ServerInfoHeader.ReportServerTimeZoneInfo
Pobiera czas strefy informacje dla serwera raportowania.
Przestrzeń nazw: ReportService2010
Zestaw: ReportService2010 (w ReportService2010.dll)
Składnia
'Deklaracja
Public Property ReportServerTimeZoneInfo As TimeZoneInformation
Get
Set
'Użycie
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)
Wartość właściwości
Typ: ReportService2010.TimeZoneInformation
A TimeZoneInformation obiekt, który zawiera czas strefy informacji serwer raportów.