PipelineBufferMode Enum
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.
Contains values used to identify a PipelineBuffer as an input or output buffer.
public enum class PipelineBufferMode
C#
public enum PipelineBufferMode
type PipelineBufferMode =
Public Enum PipelineBufferMode
- Inheritance
-
PipelineBufferMode
Name | Value | Description |
---|---|---|
Input | 0 | Identifies a PipelineBuffer as an input buffer. |
Output | 1 | Identifies a PipelineBuffer as an output buffer. |
This enumeration identifies a PipelineBuffer as either an input or output buffer. PipelineBuffer objects in input mode are restricted from calling the following methods:
Производ | Верзије |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |