3.1.4.6.2.1 PublishScript

The following example shows the XSD for the PublishScript operation request.

       <s:element name="PublishScript">
         <s:complexType>
           <s:sequence>
             <s:element name="script" type="s:string" minOccurs="0" maxOccurs="1" />
           </s:sequence>
         </s:complexType>
       </s:element>

The PublishScript element represents a Transact-SQL script that MUST be executed against the target database.