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

Documentation
Receive environment change notifications.
Receive notifications of database changes.
Receive notifications of language changes.
Receive notifications of transaction boundaries.
Properties
This component is not nillable.

Model
<environmentChangeNotifications
  databaseChange = xsd:boolean : false
  languageChange = xsd:boolean : false
  transactionBoundary = xsd:boolean : false>

</environmentChangeNotifications>


Attribute Summary
 xsd:booleandatabaseChange
          Receive notifications of database changes. 
 xsd:booleanlanguageChange
          Receive notifications of language changes. 
 xsd:booleantransactionBoundary
          Receive notifications of transaction boundaries. 

Attribute Detail

databaseChange

Receive notifications of database changes.

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

languageChange

Receive notifications of language changes.

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

transactionBoundary

Receive notifications of transaction boundaries.

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

Source
<xsd:element name="environmentChangeNotifications">
<xsd:complexType>
<xsd:attribute default="false" form="unqualified" name="databaseChange" type="xsd:boolean">
</xsd:attribute>
<xsd:attribute default="false" form="unqualified" name="languageChange" type="xsd:boolean">
</xsd:attribute>
<xsd:attribute default="false" form="unqualified" name="transactionBoundary" type="xsd:boolean">
</xsd:attribute>
</xsd:complexType>
</xsd:element>


http://www.stylusstudio.com