次の方法で共有


SqlRetryLogicOption.AuthorizedSqlCondition プロパティ

定義

に対する事前再試行検証関数を、特定の CommandText SQL ステートメントのみを含むように設定します。

public:
 property Predicate<System::String ^> ^ AuthorizedSqlCondition { Predicate<System::String ^> ^ get(); void set(Predicate<System::String ^> ^ value); };
public Predicate<string> AuthorizedSqlCondition { get; set; }
member this.AuthorizedSqlCondition : Predicate<string> with get, set
Public Property AuthorizedSqlCondition As Predicate(Of String)

プロパティ値

Predicate<T> 再試行前検証デリゲート関数。 true が操作の CommandText 再試行を許可されている場合は 。

適用対象