Construtor PipelineBuffer (UInt32, UInt32, UInt64, IntPtr*, DTP_BUFFCOL*, Boolean)
Essa API não é compatível com CLS.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
O Visual Basic não dá suporte a APIs que consomem ou retornam tipos não seguros.
'Uso
O Visual Basic não dá suporte a APIs que consomem ou retornam tipos não seguros.
[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 não dá suporte a APIs que consomem ou retornam tipos não seguros.
Parâmetros
- rowCount
Tipo: System.UInt32
- colCount
Tipo: System.UInt32
- rowSize
Tipo: System.UInt64
- pRowStarts
Tipo: System.IntPtr*
- colInfo
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_BUFFCOL*
- endOfRowset
Tipo: System.Boolean