<ST_OLEUpdateMode>
(OLE Update Method Type)
This simple type specifies how an OLE object is updated.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
The object is updated whenever the OLE server application indicates there is new data available. |
|
The object is updated when the user chooses to update it. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_OLEUpdateMode">
<restriction base="xsd:string">
<enumeration value="Always"/>
<enumeration value="OnCall"/>
</restriction>
</simpleType>