3.1.4.2.2.1.3.48.1 Columns

The DISCOVER_MASTER_KEY rowset contains the following columns.

Name

Type

Restriction

Description

KEY

xsd:string

Yes<313>

The server's master encryption key.

The rowset is not sorted.

The response has the following definition.

       <xsd:element name="root">
         <xsd:complexType>
           <xsd:sequence minOccurs="0" maxOccurs="unbounded">
             <xsd:element name="row" type="row" />
           </xsd:sequence>
         </xsd:complexType>
       </xsd:element>
       <xsd:complexType name="row">
         <xsd:sequence>
           <xsd:element sql:field="KEY" name="KEY" type="xsd:string" minOccurs="0" />
         </xsd:sequence>
       </xsd:complexType>