Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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