Aracılığıyla paylaş


EndSession öğesi (xmla)

Uses the SOAP header in a SOAP request message to end an existing session on an instance of Microsoft SQL Server Analysis Services.

Ad urn: schemas-microsoft-com: XML-analiz

Sözdizimi

<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>

Öğe özellikleri

Özellikleri

Açıklama

Veri türü ve uzunluğu

Hiçbiri

Varsayılan değer

Hiçbiri

Önem düzeyi

0-1: İsteğe bağlı öğe yalnızca bir kez ortaya çıkabilir.

Öğe ilişkiler

İlişki

Element

Üst öğeler

Hiçbiri

Alt öğeler

Hiçbiri

Öznitelikler

Attribute

Açıklama

Oturumkimliği

Required String attribute that identifies the session to be ended.Analysis Services uses a globally unique identifier (GUID) to identify a session.

Açıklamalar

The EndSession header element is part of the SOAP request sent to an existing, explicitly started session on an Analysis Services instance.If the EndSession header element is sent, but contains a session identifier that is no longer valid, a SOAP fault is returned that indicates that the session cannot be found.