Struttura _ULARGE_INTEGER
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Provides a 64-bit data type which is accessible as two DWORDs or as a single DWORDLONG.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Structure _ULARGE_INTEGER
'Utilizzo
Dim instance As _ULARGE_INTEGER
public struct _ULARGE_INTEGER
public value class _ULARGE_INTEGER
[<SealedAttribute>]
type _ULARGE_INTEGER = struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo _ULARGE_INTEGER sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da ValueType. |
![]() |
GetHashCode | Ereditato da ValueType. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da ValueType. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
QuadPart | Infrastruttura. Specifies the 64-bit unsigned integer. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.