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> 重試前驗證委派函式; trueCommandText 如果 已獲授權重試作業,則為 。

適用於