edmiRemoteSetTableInstanceProperty

EdmiError edmiRemoteSetTableInstanceProperty     (SdaiServerContext    serverContextId,
                                                  SdaiInstance         tableInstanceId,
                                                  SdaiString           propertyName,      
                                                  SdaiInteger          columnNumber,      
                                                  SdaiSelect           propertyValue,
                                                  SdaiInvocationId    *edmiInvocationId);  

Sets a property for the given EDMtableInstance.

 

Arguments


 

TypeNameComment
SdaiServerContext

serverContextId

Remote Server Context

SdaiInstance

tableInstanceId

 

SdaiStringpropertyName

 "Name", "Description", "ColumnName"

SdaiIntegercolumnNumber

Optional, depends on actual property. First columnNumber is 1 (not zero)

SdaiSelectpropertyValue 
SdaiInvocationId

edmiInvocationId

When the edmiInvocationId is specified, the actual operation will be asynchronous and a handle (identifier) of the call will be returned in the edmiInvocationId argument.
This handle can be used in later operations for requesting the status (waiting, running, finished ..) and the result of the actual operation.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

Options


 

 

Example


 

<Missing example>

 

See also

Filter by label

There are no items with the selected labels at this time.

 

 

 



 

 

 

 

 

 

 

 

 

 

Â