dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueEnqueueOptions Class / RelativeMessageId Property

In This Topic
    RelativeMessageId Property
    In This Topic
    Gets or sets the message identifier of the message which is referenced in the sequence deviation operation.
    Syntax
    'Declaration
     
    Public Property RelativeMessageId As OracleQueueMessageId
    public OracleQueueMessageId RelativeMessageId {get; set;}
    Remarks
    This field is valid only if OracleQueueSequenceDeviation.Before is specified in SequenceDeviation property. This parameter is ignored if sequence deviation is not specified.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also