PipelineBuffer::RowSize Property

 

Gets the size of row in the PipelineBuffer object.

This API is not CLS-compliant.

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

public:
[CLSCompliantAttribute(false)]
property unsigned long long RowSize {
	unsigned long long get();
}

Property Value

Type: System::UInt64

The size of row in the PipelineBuffer object.

Return to top
Show: