Condividi tramite


Struttura DTP_DBTIMESTAMP

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. The fractional seconds have a maximum scale of 3 digits.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Structure DTP_DBTIMESTAMP
'Utilizzo
Dim instance As DTP_DBTIMESTAMP
public struct DTP_DBTIMESTAMP
public value class DTP_DBTIMESTAMP
[<SealedAttribute>]
type DTP_DBTIMESTAMP =  struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.

Nel tipo DTP_DBTIMESTAMP 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 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