Connection.ConnectionFromPool 속성

정의

풀의 연결이 null을 사용할 수 있는지 여부를 값을 가져오거나 설정합니다.

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)

속성 값

true if the connection from pool is nullable; otherwise, false.

적용 대상