次の方法で共有


SqlRuleAction クラス

定義

ServiceBus.Messaging.BrokeredMessage に対して実行される SQL 言語ベースの構文で記述された一連のアクションを表します

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

コンストラクター

SqlRuleAction()

SqlRuleAction クラスの新しいインスタンスを初期化します。

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

SqlRuleAction クラスの新しいインスタンスを初期化します。

プロパティ

CompatibilityLevel

このプロパティは、将来使用するために予約されている値を取得または設定します。 互換性レベルを示す整数値。現在は 20 にハードコーディングされています。

(継承元 Action)
RequiresPreprocessing

ルール アクションで前処理が必要かどうかを示す値を取得または設定します。

(継承元 Action)
SqlExpression

SQL 式を取得または設定します。 例: MyProperty='ABC'

(継承元 Action)

適用対象