Sets the values of variables in the current Host Integrator model.
[Visual Basic]
Public Sub SetModelVariables( _
ByVal variables As IDictionary _
)
Reasons for failure include:
Exception Type | Condition |
---|---|
HostIntegratorConnectorException | Thrown if client is not connected |
HostIntegratorException | Thrown if the connection is for metadata only |
HostIntegratorModelDefException | Thrown if a reference is made to a nonexistent variable |
HostIntegratorModelDefException | Thrown if an attempt is made to change the value of a variable that is not writeable |
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace