An NDoc Documented Class Library

HostIntegratorSession.SetAttributesDelayed Method (DataSet, String)

Sets the attributes for the specified entity. Attributes are not actually set until the entity is reached.

public virtual void SetAttributesDelayed(
   DataSet attributes,
   string entityName
);

Parameters

attributes
Specifies attributes for the current entity, using name-value pairs.
entityName
Specifies the name of an entity in the current Host Integrator model.

Remarks

SetAttributesDelayed does not need to specify all attributes for the specified entity, but it should specify all required attributes.

Exceptions

Exception TypeCondition
HostIntegratorConnectorExceptionThrown when client is not connected
HostIntegratorExceptionThrown if the connection is for metadata only
HostIntegratorModelDefExceptionThrown if a reference is made to a nonexistent attribute
HostIntegratorTerminalExceptionThrown if there is an execution error

See Also

HostIntegratorSession Class | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.SetAttributesDelayed Overload List