Constructeur PipelineBuffer (UInt32, UInt32, UInt64, IntPtr*, DTP_BUFFCOL*, Boolean)
Cette API n'est pas conforme CLS.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Visual Basic ne prend pas en charge les API qui consomment ou retournent des types non sécurisés.
'Utilisation
Visual Basic ne prend pas en charge les API qui consomment ou retournent des types non sécurisés.
[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 ne prend pas en charge les API qui consomment ou retournent des types non sécurisés.
Paramètres
- 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