IDTSBuffer100::GetBoundaryInfo Method (UInt32%, UInt32%)

 

Gets the number of columns and the maximum number of rows that an IDTSBuffer100 can hold.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

void GetBoundaryInfo(
	[OutAttribute] unsigned int% pdwCols,
	[OutAttribute] unsigned int% pdwMaxRows
)

Parameters

pdwCols
Type: System::UInt32%

An out parameter that contains the number of columns in the IDTSBuffer100.

pdwMaxRows
Type: System::UInt32%

The maximum number of rows that can be held in the IDTSBuffer100.

This method gets the number of defined columns and the maximum number of rows that can be stored in the IDTSBuffer100.

Return to top
Show: