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)

屬性值

Nullable<Boolean>

true 如果來自集區的連接可為 null;否則為 false

適用於