Estrutura DTP_DBTIMESTAMPOFFSET
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
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.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Structure DTP_DBTIMESTAMPOFFSET
'Uso
Dim instance As DTP_DBTIMESTAMPOFFSET
public struct DTP_DBTIMESTAMPOFFSET
public value class DTP_DBTIMESTAMPOFFSET
[<SealedAttribute>]
type DTP_DBTIMESTAMPOFFSET = struct end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo DTP_DBTIMESTAMPOFFSET expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de ValueType.) | |
GetHashCode | (Herdado de ValueType.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de ValueType.) |
Início
Campos
Nome | Descrição | |
---|---|---|
day | Infraestrutura. Specifies the day of the month. | |
fraction | Infraestrutura. Specifies the fractional seconds. | |
hour | Infraestrutura. Specifies the hour. | |
minute | Infraestrutura. Specifies the minute. | |
month | Infraestrutura. Specifies the month. | |
second | Infraestrutura. Specifies the second. | |
timezone_hour | Infraestrutura. Specifies the timezone hour offset. | |
timezone_minute | Infraestrutura. Specifies the timezone minute offset. | |
year | Infraestrutura. Specifies the year. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.