SqlRuleAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET