Freigeben über


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
Ö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 fraction Infrastruktur The fraction time structure.
Öffentliches Feld hour Infrastruktur The hour time structure.
Öffentliches Feld minute Infrastruktur The minute time structure.
Öffentliches Feld 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.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace