Freigeben über


DTP_DBTIMESTAMP-Struktur

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Structure DTP_DBTIMESTAMP
'Usage
Dim instance As DTP_DBTIMESTAMP
public struct DTP_DBTIMESTAMP
public value class DTP_DBTIMESTAMP
[<SealedAttribute>]
type DTP_DBTIMESTAMP =  struct end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.

Der DTP_DBTIMESTAMP-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von ValueType.)
Öffentliche Methode GetHashCode (Geerbt von ValueType.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von ValueType.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld day Infrastruktur Specifies the day of the month.
Öffentliches Feld fraction Infrastruktur Specifies the fractional seconds.
Öffentliches Feld hour Infrastruktur Specifies the hour.
Öffentliches Feld minute Infrastruktur Specifies the minute.
Öffentliches Feld month Infrastruktur Specifies the month.
Öffentliches Feld second Infrastruktur Specifies the second.
Öffentliches Feld year Infrastruktur Specifies the year.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace