Metodo IDTSBuffer100.GetBoundaryInfo

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Sub GetBoundaryInfo ( _
    <OutAttribute> ByRef pdwCols As UInteger, _
    <OutAttribute> ByRef pdwMaxRows As UInteger _
)
'Utilizzo
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
)

Parametri

Osservazioni

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

Vedere anche

Riferimento

IDTSBuffer100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper