Partager via


Structure DTP_DBTIMESTAMPOFFSET

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Structure DTP_DBTIMESTAMPOFFSET
'Utilisation
Dim instance As DTP_DBTIMESTAMPOFFSET
public struct DTP_DBTIMESTAMPOFFSET
public value class DTP_DBTIMESTAMPOFFSET
[<SealedAttribute>]
type DTP_DBTIMESTAMPOFFSET =  struct end
JScript prend en charge l'utilisation de structures, mais pas la déclaration de nouvelles structures.

Le type DTP_DBTIMESTAMPOFFSET expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (hérité de ValueType.)
Méthode publique GetHashCode (hérité de ValueType.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de ValueType.)

Haut de la page

Champs

  Nom Description
Champ public day Infrastructure. Specifies the day of the month.
Champ public fraction Infrastructure. Specifies the fractional seconds.
Champ public hour Infrastructure. Specifies the hour.
Champ public minute Infrastructure. Specifies the minute.
Champ public month Infrastructure. Specifies the month.
Champ public second Infrastructure. Specifies the second.
Champ public timezone_hour Infrastructure. Specifies the timezone hour offset.
Champ public timezone_minute Infrastructure. Specifies the timezone minute offset.
Champ public year Infrastructure. Specifies the year.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper