IDTSBuffer100.GetBoundaryInfo(UInt32, UInt32) 方法

定義

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)

參數

pdwCols
UInt32
pdwMaxRows
UInt32

備註

這個方法會取得已定義的資料行數目,以及可以儲存在 idtsbuffer100.setsequentialmode中的最大資料列數目。

適用於