Share via


SqlContext.Pipe 속성

정의

호출자가 결과 집합, 메시지 및 명령 실행 결과를 클라이언트에게 다시 보낼 수 있도록 하는 파이프 개체를 가져옵니다.

public:
 static property Microsoft::SqlServer::Server::SqlPipe ^ Pipe { Microsoft::SqlServer::Server::SqlPipe ^ get(); };
public static Microsoft.SqlServer.Server.SqlPipe Pipe { get; }
member this.Pipe : Microsoft.SqlServer.Server.SqlPipe
Public Shared ReadOnly Property Pipe As SqlPipe

속성 값

SqlPipe

파이프를 사용할 수 있으면 SqlPipe의 인스턴스이고, 사용자 정의 함수에서와 같이 파이프를 사용할 수 없는 컨텍스트에서 호출되면 null입니다.

설명

SQL Server 외부에서 호출 하는 경우는 NotSupportedException throw 됩니다.

이 속성은 읽기 전용입니다.

적용 대상