IRenderStream Interface
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.
Provides support for rendering multiple streams from a rendering extension.
public interface class IRenderStream
public interface IRenderStream
type IRenderStream = interface
Public Interface IRenderStream
The IRenderStream interface is implemented by all by all streams returned when CreateAndRegisterStream is called with the operation
property set to StreamOper.CreateAndRegister.
Catatan
Previously, setting the operation
property of CreateAndRegisterStream to StreamOper.CreateAndRegister would only create a single primary stream. Now, the first call to CreateAndRegisterStream registers the primary stream. Subsequent calls create secondary streams.
Finish() |
Allows the rendering extension to indicate that there is no additional content to be added to the given stream. |
Produk | Versi |
---|---|
SQL Server .NET SDK | 2016 |