DTP_DBTIME2-Struktur
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Specifies a time structure that consists of hour, minute, second, and fractional seconds.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Structure DTP_DBTIME2
'Usage
Dim instance As DTP_DBTIME2
public struct DTP_DBTIME2
public value class DTP_DBTIME2
[<SealedAttribute>]
type DTP_DBTIME2 = struct end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.
Der DTP_DBTIME2-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 | |
---|---|---|
fraction | Infrastruktur The fraction time structure. | |
hour | Infrastruktur The hour time structure. | |
minute | Infrastruktur The minute time structure. | |
second | Infrastruktur The second time structure. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.