Struttura DTP_DBTIMESTAMP2
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
A timestamp structure that consists of year, month, day, hour, minute, second, and fractional seconds. The fractional seconds have a maximum scale of 7 digits.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Structure DTP_DBTIMESTAMP2
'Utilizzo
Dim instance As DTP_DBTIMESTAMP2
public struct DTP_DBTIMESTAMP2
public value class DTP_DBTIMESTAMP2
[<SealedAttribute>]
type DTP_DBTIMESTAMP2 = struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo DTP_DBTIMESTAMP2 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 | |
---|---|---|
![]() |
day | Infrastruttura. Specifies the day of the month. |
![]() |
fraction | Infrastruttura. Specifies the fractional seconds. |
![]() |
hour | Infrastruttura. Specifies the hour. |
![]() |
minute | Infrastruttura. Specifies the minute. |
![]() |
month | Infrastruttura. Specifies the month. |
![]() |
second | Infrastruttura. Specifies the second. |
![]() |
year | Infrastruttura. Specifies the year. |
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.