GetRowStarts メソッド

(この機能は非推奨です。「解説」を参照してください) GetRowStarts メソッドの代わりに GetData メソッドまたは GetBLOBData メソッドを使用してください。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Sub GetRowStarts ( _
    dwRowsRequested As UInteger, _
    <OutAttribute> pbRowStarts As IntPtr _
)
'使用
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
)

パラメーター

  • pbRowStarts
    型: System. . :: . .IntPtr
    行の先頭のアドレスを保持する out ポインタです。

説明

注意注意

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。 新しい開発作業では、この機能の使用を避け、現在この機能を使用しているアプリケーションは修正するようにしてください。

このメソッドは、指定された行数の先頭位置を指すポインタを返します。