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
Metodo pubblico Equals Ereditato da ValueType.
Metodo pubblico GetHashCode Ereditato da ValueType.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da ValueType.

In alto

Campi

  Nome Descrizione
Campo pubblico day Infrastruttura. Specifies the day of the month.
Campo pubblico fraction Infrastruttura. Specifies the fractional seconds.
Campo pubblico hour Infrastruttura. Specifies the hour.
Campo pubblico minute Infrastruttura. Specifies the minute.
Campo pubblico month Infrastruttura. Specifies the month.
Campo pubblico second Infrastruttura. Specifies the second.
Campo pubblico timezone_hour Infrastruttura. Specifies the timezone hour offset.
Campo pubblico timezone_minute Infrastruttura. Specifies the timezone minute offset.
Campo pubblico 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.

Vedere anche

Riferimento

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