This documentation is archived and is not being maintained.

SqlContext::Pipe Property

Gets the pipe object that allows the caller to send result sets, messages, and the results of executing commands back to the client.

Namespace:  Microsoft.SqlServer.Server
Assembly:  System.Data (in System.Data.dll)

public:
static property SqlPipe^ Pipe {
	SqlPipe^ get ();
}

Property Value

Type: Microsoft.SqlServer.Server::SqlPipe
An instance of SqlPipe if a pipe is available, or nullptr if called in a context where pipe is not available (for example, in a user-defined function).

If invoked from outside SQL Server, a NotSupportedException is thrown.

This property is read-only.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: