Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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