dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / AlterSubscriber Method / AlterSubscriber(String,String,String,String) Method
Subscriber's name.
Protocol-specific address of the subscriber. If the protocol is zero, the address is of the form [schema.]queue[@dblink].
A conditional expression based on the message properties, the message data properties and PL/SQL functions. The rule parameter cannot exceed 4000 characters. To eliminate the rule, set the rule parameter to NULL.
Specifies a transformation that will be applied when this subscriber dequeues the message.

AlterSubscriber(String,String,String,String) Method
Alters existing properties of a subscriber to the specified queue.
Syntax
'Declaration
 
Public Overloads Sub AlterSubscriber( _
   ByVal name As String, _
   ByVal address As String, _
   ByVal rule As String, _
   ByVal transformation As String _
) 
 

Parameters

name
Subscriber's name.
address
Protocol-specific address of the subscriber. If the protocol is zero, the address is of the form [schema.]queue[@dblink].
rule
A conditional expression based on the message properties, the message data properties and PL/SQL functions. The rule parameter cannot exceed 4000 characters. To eliminate the rule, set the rule parameter to NULL.
transformation
Specifies a transformation that will be applied when this subscriber dequeues the message.
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