共用方式為


IDTSBuffer100.GetBoundaryInfo(UInt32, UInt32) Method

Definition

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
pdwMaxRows
UInt32

Remarks

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

Applies to