Element EndSession (XMLA)
Uses the SOAP header in a SOAP request message to end an existing session on an instance of Microsoft SQL Server Analysis Services.
Obszar nazw urn: schemas-microsoft - com:xml - analiza
<soap:Envelope xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
...
<EndSession
xmlns="urn:schemas-microsoft-com:xml-analysis"
SessionId="string" />
...
</soap:Header>
<soap:Body>
...
</soap:Body>
</soap:Envelope>
Właściwości elementu
Charakterystyka |
Description |
---|---|
Typ danych i długość |
None |
Wartość domyślna |
None |
Relacja |
0-1: Opcjonalnego elementu, który może występować tylko raz i tylko raz. |
Relacje elementu
Relacja |
Element |
---|---|
Elementy nadrzędne |
None |
Elementy podrzędność |
None |
Atrybuty
Attribute |
Description |
---|---|
Identyfikator sesji |
Required String attribute that identifies the session to be ended.Analysis Services uses a globally unique identifier (GUID) to identify a session. |
Remarks
The EndSession header element is part of the SOAP request sent to an existing, explicitly started sesja on an Analysis Services wystąpienie. Jeśli EndSession element nagłówka jest wysyłana, ale zawiera identyfikator sesja, który nie jest już prawidłowy, zwracany jest błąd protokołu SOAP, oznacza to, że nie można znaleźć w sesja.
See Also