SqlPipe.IsSendingResults Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the SqlPipe is in the mode of sending single result sets back to the client. This property is read-only.
public:
property bool IsSendingResults { bool get(); };
public bool IsSendingResults { get; }
member this.IsSendingResults : bool
Public ReadOnly Property IsSendingResults As Boolean
Property Value
true
if the SendResultsStart(SqlDataRecord) method has been called and the SqlPipe is in the mode of sending single result sets back to the client; otherwise false
.