共用方式為


SqlPipe.IsSendingResults 屬性

定義

取得值,指出 SqlPipe 是否處於將單一結果集 (Result Set) 傳送回用戶端的模式。 這個屬性是唯讀的。

public:
 property bool IsSendingResults { bool get(); };
public bool IsSendingResults { get; }
member this.IsSendingResults : bool
Public ReadOnly Property IsSendingResults As Boolean

屬性值

Boolean

如果已呼叫 SendResultsStart(SqlDataRecord) 方法,且 SqlPipe 處於將單一結果集傳送回用戶端的模式,則為 true,否則為 false

適用於