Estrutura DTP_DBTIMESTAMP2
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. 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_DBTIMESTAMP2
'Uso
Dim instance As DTP_DBTIMESTAMP2
public struct DTP_DBTIMESTAMP2
public value class DTP_DBTIMESTAMP2
[<SealedAttribute>]
type DTP_DBTIMESTAMP2 = struct end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.
O tipo DTP_DBTIMESTAMP2 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. | |
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.