DTP_DBTIMESTAMP2-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 7 digits.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Structure DTP_DBTIMESTAMP2
'Usage
Dim instance As DTP_DBTIMESTAMP2
public struct DTP_DBTIMESTAMP2
public value class DTP_DBTIMESTAMP2
[<SealedAttribute>]
type DTP_DBTIMESTAMP2 = struct end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.
Der DTP_DBTIMESTAMP2-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von ValueType.) | |
GetHashCode | (Geerbt von ValueType.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von ValueType.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
day | Infrastruktur Specifies the day of the month. | |
fraction | Infrastruktur Specifies the fractional seconds. | |
hour | Infrastruktur Specifies the hour. | |
minute | Infrastruktur Specifies the minute. | |
month | Infrastruktur Specifies the month. | |
second | Infrastruktur Specifies the second. | |
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.