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 可儲存的最大列數。

適用於