ReportServerTimeZoneInfo 속성
Gets the time zone information for the report server.
네임스페이스: ReportService2010
어셈블리: ReportService2010(ReportService2010.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)
속성 값
유형: ReportService2010. . :: . .TimeZoneInformation
A TimeZoneInformation object that contains the time zone information for the report server.