Share via


2.2.19 Synonym

Applies to DACPAC version 2011/03 [MSFT-REDACPAC201103]

The RE:Synonym element specifies the metadata of a stored procedure in a data-tier application.<6> For more information, see [MSDN-CPRTS].

The following is the XML schema definition of the RE:Synonym element.

   <xs:element name="Synonym">
     <xs:complexType>
       <xs:complexContent>
         <xs:extension base="MM:InstanceType">
           <xs:all>
             <xs:element name="Parent" type="MM:ReferenceType" />
             <xs:element name="BaseObjectName" type="xs:string" />
             <xs:element name="Name" type="xs:string" />
           </xs:all>
         </xs:extension>
       </xs:complexContent>
     </xs:complexType>
   </xs:element>