Connection.ConnectionFromPool Propriété

Définition

Obtient ou définit une valeur indiquant si la connexion à partir du pool est nullable.

public:
 property Nullable<bool> ConnectionFromPool { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? ConnectionFromPool { get; set; }
member this.ConnectionFromPool : Nullable<bool> with get, set
Public Property ConnectionFromPool As Nullable(Of Boolean)

Valeur de propriété

true si la connexion à partir du pool est nullable ; sinon, false.

S’applique à