Classe ServerInfoHeader
Represents information about the report server.
Gerarchia di ereditarietà
System. . :: . .Object
System.Web.Services.Protocols. . :: . .SoapHeader
ReportService2010..::..ServerInfoHeader
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ServerInfoHeader _
Inherits SoapHeader
'Utilizzo
Dim instance As ServerInfoHeader
[SerializableAttribute]
public class ServerInfoHeader : SoapHeader
[SerializableAttribute]
public ref class ServerInfoHeader : public SoapHeader
[<SerializableAttribute>]
type ServerInfoHeader =
class
inherit SoapHeader
end
public class ServerInfoHeader extends SoapHeader
Nel tipo ServerInfoHeader sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ServerInfoHeader | Initializes a new instance of the ServerInfoHeader class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Actor | Ereditato da SoapHeader. | |
AnyAttr | Gets or sets an array of SOAP attributes. | |
DidUnderstand | Ereditato da SoapHeader. | |
EncodedMustUnderstand | Ereditato da SoapHeader. | |
EncodedMustUnderstand12 | Ereditato da SoapHeader. | |
EncodedRelay | Ereditato da SoapHeader. | |
MustUnderstand | Ereditato da SoapHeader. | |
Relay | Ereditato da SoapHeader. | |
ReportServerDateTime | Gets the date and time on the report server. | |
ReportServerEdition | Gets the edition of the report server. | |
ReportServerTimeZoneInfo | Gets the time zone information for the report server. | |
ReportServerVersion | Gets the version of the report server. | |
ReportServerVersionNumber | Gets the version number of the report server. | |
Role | Ereditato da SoapHeader. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.