Partilhar via


Método IDTSBuffer100.GetRowStarts

(Feature deprecated, see Remarks.) Use the GetData or GetBLOBData method instead of the GetRowStarts method.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Sub GetRowStarts ( _
    dwRowsRequested As UInteger, _
    <OutAttribute> pbRowStarts As IntPtr _
)
'Uso
Dim instance As IDTSBuffer100 
Dim dwRowsRequested As UInteger 
Dim pbRowStarts As IntPtr

instance.GetRowStarts(dwRowsRequested, _
    pbRowStarts)
void GetRowStarts(
    uint dwRowsRequested,
    IntPtr pbRowStarts
)
void GetRowStarts(
    [InAttribute] unsigned int dwRowsRequested, 
    [OutAttribute] IntPtr pbRowStarts
)
abstract GetRowStarts : 
        dwRowsRequested:uint32 * 
        pbRowStarts:IntPtr byref -> unit
function GetRowStarts(
    dwRowsRequested : uint, 
    pbRowStarts : IntPtr
)

Parâmetros

  • dwRowsRequested
    Tipo: System.UInt32
    The number of rows requested.
  • pbRowStarts
    Tipo: System.IntPtr
    An out pointer that holds the address of the beginning of the row.

Comentários

ObservaçãoObservação

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

This method returns a pointer to the start location for the specified number of rows.

Consulte também

Referência

IDTSBuffer100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper