PipelineBuffer::RowStarts Property

 

Gets the starting point of the row.

This API is not CLS-compliant.

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

public:
[CLSCompliantAttribute(false)]
property IntPtr* RowStarts {
	IntPtr* get();
}

Property Value

Type: System::IntPtr*

The starting point of the row.

Return to top
Show: