StreamOper Enumeration
Defines the operation that is used by the CreateAndRegisterStream method. Rendering extensions may request a stream that is available for client applications through SOAP or URL access or a temporary stream to be used during the rendering process.
命名空間: Microsoft.ReportingServices.Interfaces
組件: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)
語法
'宣告
Public Enumeration StreamOper
public enum StreamOper
public enum class StreamOper
public enum StreamOper
public enum StreamOper
Members
Member name | Description |
---|---|
CreateAndRegister | Create a stream and register its name so that it can be returned through the SOAP API for subsequent client requests. The first stream registered is the primary output stream. |
CreateOnly | Only create a stream. This feature is used to create temporary streams that can be used by the rendering extension to handle large memory requirements. This temporary stream is not available for subsequent client requests. |
RegisterOnly | Register the stream as a secondary stream for the rendering extension. The method does not create a stream, but instead, the callback returns null and registers the name. |
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。