Campo _ULARGE_INTEGER.QuadPart

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Specifies the 64-bit unsigned integer.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public QuadPart As ULong
'Utilizzo
Dim instance As _ULARGE_INTEGER 
Dim value As ULong 

value = instance.QuadPart 

instance.QuadPart = value
public ulong QuadPart
public:
unsigned long long QuadPart
val mutable QuadPart: uint64
public var QuadPart : ulong

Vedere anche

Riferimento

_ULARGE_INTEGER Struttura

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper