ServerInfoHeader 클래스

정의

보고서 서버에 대한 정보를 나타냅니다.

public ref class ServerInfoHeader : System::Web::Services::Protocols::SoapHeader
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlRoot(IsNullable=false, Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ServerInfoHeader : System.Web.Services.Protocols.SoapHeader
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlRoot(IsNullable=false, Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ServerInfoHeader = class
    inherit SoapHeader
Public Class ServerInfoHeader
Inherits SoapHeader
상속
ServerInfoHeader
특성

생성자

ServerInfoHeader()

ServerInfoHeader 클래스의 새 인스턴스를 초기화합니다.

속성

AnyAttr

SOAP 특성의 배열을 가져오거나 설정합니다.

ReportServerDateTime

보고서 서버의 날짜 및 시간을 가져옵니다*.*

ReportServerEdition

보고서 서버의 버전을 가져옵니다.

ReportServerTimeZoneInfo

보고서 서버의 표준 시간대 정보를 가져오거나 설정합니다.

ReportServerVersion

보고서 서버의 버전을 가져옵니다.

ReportServerVersionNumber

보고서 서버의 버전 번호를 가져옵니다.

적용 대상