IDTSBuffer100.GetBoundaryInfo 方法

Gets the number of columns and the maximum number of rows that an IDTSBuffer100 can hold.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Sub GetBoundaryInfo ( _
    <OutAttribute> ByRef pdwCols As UInteger, _
    <OutAttribute> ByRef pdwMaxRows As UInteger _
)
用法
Dim instance As IDTSBuffer100 
Dim pdwCols As UInteger 
Dim pdwMaxRows As UInteger

instance.GetBoundaryInfo(pdwCols, pdwMaxRows)
void GetBoundaryInfo(
    out uint pdwCols,
    out uint pdwMaxRows
)
void GetBoundaryInfo(
    [OutAttribute] unsigned int% pdwCols, 
    [OutAttribute] unsigned int% pdwMaxRows
)
abstract GetBoundaryInfo : 
        pdwCols:uint32 byref * 
        pdwMaxRows:uint32 byref -> unit
function GetBoundaryInfo(
    pdwCols : uint, 
    pdwMaxRows : uint
)

参数

注释

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

请参阅

参考

IDTSBuffer100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间