次の方法で共有


SqlRuleAction コンストラクター

定義

オーバーロード

SqlRuleAction()

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

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

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

SqlRuleAction()

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

public SqlRuleAction ();
Public Sub New ()

適用対象

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

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

public SqlRuleAction (string sqlExpression = default, int? compatibilityLevel = default, bool? requiresPreprocessing = default);
new Microsoft.Azure.Management.ServiceBus.Models.SqlRuleAction : string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.ServiceBus.Models.SqlRuleAction
Public Sub New (Optional sqlExpression As String = Nothing, Optional compatibilityLevel As Nullable(Of Integer) = Nothing, Optional requiresPreprocessing As Nullable(Of Boolean) = Nothing)

パラメーター

sqlExpression
String

SQL 式。 例: MyProperty='ABC'

compatibilityLevel
Nullable<Int32>

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

requiresPreprocessing
Nullable<Boolean>

ルール アクションで前処理が必要かどうかを示す値。

適用対象