Compartir a través de


ServerInfoHeader.ReportServerTimeZoneInfo Propiedad

Gets the time zone information for the report server.

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Property ReportServerTimeZoneInfo As TimeZoneInformation 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: ReportService2006.TimeZoneInformation
A TimeZoneInformation object that contains the time zone information for the report server.

Vea también

Referencia

ServerInfoHeader Clase

Espacio de nombres ReportService2006