IDTSBuffer100.GetBoundaryInfo(UInt32, UInt32) Method
Definition
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.
Gets the number of columns and the maximum number of rows that an IDTSBuffer100 can hold.
public:
void GetBoundaryInfo([Runtime::InteropServices::Out] System::UInt32 % pdwCols, [Runtime::InteropServices::Out] System::UInt32 % pdwMaxRows);
public void GetBoundaryInfo (out uint pdwCols, out uint pdwMaxRows);
abstract member GetBoundaryInfo : uint32 * uint32 -> unit
Public Sub GetBoundaryInfo (ByRef pdwCols As UInteger, ByRef pdwMaxRows As UInteger)
Parameters
- pdwCols
- UInt32
An out
parameter that contains the number of columns in the IDTSBuffer100.
- pdwMaxRows
- UInt32
The maximum number of rows that can be held in the IDTSBuffer100.
Remarks
This method gets the number of defined columns and the maximum number of rows that can be stored in the IDTSBuffer100.