SqlRuleAction Class

Definition

Represents set of actions written in SQL language-based syntax that is performed against a Message.

public sealed class SqlRuleAction : Microsoft.Azure.ServiceBus.RuleAction
type SqlRuleAction = class
    inherit RuleAction
Public NotInheritable Class SqlRuleAction
Inherits RuleAction
Inheritance
SqlRuleAction

Constructors

SqlRuleAction(String)

Initializes a new instance of the SqlRuleAction class with the specified SQL expression.

Properties

Parameters

Sets the value of a rule action.

SqlExpression

Gets the SQL expression.

Methods

Equals(Object)
Equals(RuleAction)
GetHashCode()
ToString()

Returns a string representation of SqlRuleAction.

Operators

Equality(SqlRuleAction, SqlRuleAction)
Inequality(SqlRuleAction, SqlRuleAction)

Applies to