PipelineBuffer.RowStarts Property

 

Applies To: SQL Server 2016 Preview

Gets the starting point of the row.

Namespace:   Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

[CLSCompliantAttribute(false)]
public unsafe IntPtr* RowStarts { get; }
public:
[CLSCompliantAttribute(false)]
property IntPtr* RowStarts {
    IntPtr* get();
}
[<CLSCompliantAttribute(false)>]
member RowStarts : nativeptr<nativeint> with get
Visual Basic does not support APIs that consume or return unsafe types.

Property Value

Type: System.IntPtr*

The starting point of the row.

See Also

PipelineBuffer Class
Microsoft.SqlServer.Dts.Pipeline Namespace

Return to top