3.1.4.3.3.2 ExecuteSPGetEulaAcceptancesResponseBody

Contains acceptance information for the specified EULA.

            
 <xsd:complexType name="ExecuteSPGetEulaAcceptancesResponseBody">
   <xsd:sequence>
     <xsd:element minOccurs="0" maxOccurs="1" name="ExecuteSPGetEulaAcceptancesResult" nillable="true" type="tns:GenericReadableRow"/>
   </xsd:sequence>
 </xsd:complexType>

ExecuteSPGetEulaAcceptancesResult: This field MUST be present, if acceptance information for the specified update has been found. Otherwise, it MUST NOT be present. The format of the information returned is of data type GenericReadableRow (section 2.2.4.12) and SHOULD be interpreted as follows:

Index

Description

0

String representation of the GUID of the EULA.

1

String representation of date and time when the EULA was accepted. The format follows the datetime data type in Transact-SQL.

2

The name of the administrator who accepted the EULA.