Share via


PipelineBuffer.RowSize Property

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public ReadOnly Property RowSize As ULong 
    Get
'Usage
Dim instance As PipelineBuffer 
Dim value As ULong 

value = instance.RowSize
[CLSCompliantAttribute(false)]
public ulong RowSize { get; }
[CLSCompliantAttribute(false)]
public:
property unsigned long long RowSize {
    unsigned long long get ();
}
[<CLSCompliantAttribute(false)>]
member RowSize : uint64
function get RowSize () : ulong

Property Value

Type: System.UInt64

See Also

Reference

PipelineBuffer Class

Microsoft.SqlServer.Dts.Pipeline Namespace