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.
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