Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
This API is not CLS-compliant.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Visual Basic does not support APIs that consume or return unsafe types.
'Usage
Visual Basic does not support APIs that consume or return unsafe types.
[CLSCompliantAttribute(false)]
public PipelineBuffer(
uint rowCount,
uint colCount,
ulong rowSize,
IntPtr* pRowStarts,
DTP_BUFFCOL* colInfo,
bool endOfRowset
)
[CLSCompliantAttribute(false)]
public:
PipelineBuffer(
unsigned int rowCount,
unsigned int colCount,
unsigned long long rowSize,
IntPtr* pRowStarts,
DTP_BUFFCOL* colInfo,
bool endOfRowset
)
[<CLSCompliantAttribute(false)>]
new :
rowCount:uint32 *
colCount:uint32 *
rowSize:uint64 *
pRowStarts:nativeptr<IntPtr> *
colInfo:nativeptr<DTP_BUFFCOL> *
endOfRowset:bool -> PipelineBuffer
JScript does not support APIs that consume or return unsafe types.
Parameters
- rowCount
Type: System.UInt32
- colCount
Type: System.UInt32
- rowSize
Type: System.UInt64
- pRowStarts
Type: System.IntPtr*
- colInfo
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_BUFFCOL*
- endOfRowset
Type: System.Boolean