Struttura DTP_DBTIMESTAMPOFFSET
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, and has a time zone offset from the Coordinated Universal Time (UTC) that is used to obtain the local time. 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_DBTIMESTAMPOFFSET
'Utilizzo
Dim instance As DTP_DBTIMESTAMPOFFSET
public struct DTP_DBTIMESTAMPOFFSET
public value class DTP_DBTIMESTAMPOFFSET
[<SealedAttribute>]
type DTP_DBTIMESTAMPOFFSET = struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo DTP_DBTIMESTAMPOFFSET 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. | |
timezone_hour | Infrastruttura. Specifies the timezone hour offset. | |
timezone_minute | Infrastruttura. Specifies the timezone minute offset. | |
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.