Compartir a través de


SqlRetryLogicOption.AuthorizedSqlCondition Propiedad

Definición

Establece una función de validación de reintento previa en para CommandText incluir solo instrucciones SQL específicas.

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)

Valor de propiedad

Predicate<T> Función delegada de validación de reintento previo; trueCommandText si está autorizado para reintentar la operación.

Se aplica a