http://schemas.microsoft.com/sqlserver/2004/SOAP/Options
element sqlSession

Documentation
SQL Server SOAP Session
Set to 'true' to request to start a new session.
Set to 'true' to request to terminate an existing session.
The ID of a session.
The timeout in seconds before the session expires.
The descriptor of a transaction to enlist to.
Properties
This component is not nillable.

Model
<sqlSession
  initiate = xsd:boolean : false
  sessionId = xsd:base64Binary
  terminate = xsd:boolean : false
  timeout = xsd:int
  transactionDescriptor = xsd:base64Binary>

</sqlSession>


Attribute Summary
 xsd:booleaninitiate
          Set to 'true' to request to start a new session. 
 xsd:base64BinarysessionId
          The ID of a session. 
 xsd:booleanterminate
          Set to 'true' to request to terminate an existing session. 
 xsd:inttimeout
          The timeout in seconds before the session expires. 
 xsd:base64BinarytransactionDescriptor
          The descriptor of a transaction to enlist to. 

Attribute Detail

initiate

Set to 'true' to request to start a new session.

Type:
xsd:boolean
Default:
false
Use:
optional
Form:
unqualified

sessionId

The ID of a session.

Type:
xsd:base64Binary
Use:
optional
Form:
unqualified

terminate

Set to 'true' to request to terminate an existing session.

Type:
xsd:boolean
Default:
false
Use:
optional
Form:
unqualified

timeout

The timeout in seconds before the session expires.

Type:
xsd:int
Use:
optional
Form:
unqualified

transactionDescriptor

The descriptor of a transaction to enlist to.

Type:
xsd:base64Binary
Use:
optional
Form:
unqualified

Source
<xsd:element name="sqlSession">
<xsd:complexType>
<xsd:attribute default="false" form="unqualified" name="initiate" type="xsd:boolean">
</xsd:attribute>
<xsd:attribute default="false" form="unqualified" name="terminate" type="xsd:boolean">
</xsd:attribute>
<xsd:attribute form="unqualified" name="sessionId" type="xsd:base64Binary">
</xsd:attribute>
<xsd:attribute form="unqualified" name="timeout" type="xsd:int">
</xsd:attribute>
<xsd:attribute form="unqualified" name="transactionDescriptor" type="xsd:base64Binary">
</xsd:attribute>
</xsd:complexType>
</xsd:element>


http://www.stylusstudio.com