Share via


SqlRuleAction Class

Definition

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

public class SqlRuleAction : Microsoft.Azure.Management.ServiceBus.Models.Action
type SqlRuleAction = class
    inherit Action
Public Class SqlRuleAction
Inherits Action
Inheritance
SqlRuleAction

Constructors

SqlRuleAction()

Initializes a new instance of the SqlRuleAction class.

SqlRuleAction(String, Nullable<Int32>, Nullable<Boolean>)

Initializes a new instance of the SqlRuleAction class.

Properties

CompatibilityLevel

Gets or sets this property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.

(Inherited from Action)
RequiresPreprocessing

Gets or sets value that indicates whether the rule action requires preprocessing.

(Inherited from Action)
SqlExpression

Gets or sets SQL expression. e.g. MyProperty='ABC'

(Inherited from Action)

Applies to