Returns one message from the queue specified through MQ.Queue {0} if a message exists. The read is non-destructive. An optional record parameter, {1}, may be specified to control the following options:
-
CorrelationId
: The correlation identifier of the MQ message to be retrieved. This can be a text or binary value. -
IncludeInfo
: A logical (true/false) to indicate if additional message info should be included (default is false). -
MessageId
: The message identifier of the MQ message to be retrieved. This can be a text or binary value. -
Timeout
: If a message is not in the queue, wait this amount of time for a message to appear. The default value is zero. The value is the number of seconds to wait.
Returns databases on an Analysis Services instance, {0}. An optional record parameter, {1}, may be provided to specify additional ...
Returns formatted text that is created by applying {1} from a list or record to a format string {0}. Optionally, a culture ...
Returns information about how a table is partitioned. A table is returned where each column is a partition column in the ...
Returns number rounded up to the nearest even integer. You can use this function for processing items that come in twos. ...
Returns one message from the queue specified through MQ.Queue {0} if a message exists. The read is non-destructive. An optional ...
Returns returns the number of items in a particular path string. This function returns 1 for the path generated for an ID ...
Returns the absolute value of {0}. If {0} is null, Number.Abs returns null. {0}: A number for which the absolute value is ...
Returns the absolute value of {0}. If {0} is null, Number.Abs returns null. {0}: Nullable A number for which the absolute ...
Returns the arccosine, or inverse cosine, of a number. The arccosine is the angle whose cosine is number. The returned angle ...