Estructura DTP_DBTIMESTAMPOFFSET
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
A timestamp structure that consists of year, month, day, hour, minute, second, and fractional seconds, and has a time zone offset from the Coordinated Universal Time (UTC) that is used to obtain the local time. The fractional seconds have a maximum scale of 7 digits.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Structure DTP_DBTIMESTAMPOFFSET
'Uso
Dim instance As DTP_DBTIMESTAMPOFFSET
public struct DTP_DBTIMESTAMPOFFSET
public value class DTP_DBTIMESTAMPOFFSET
[<SealedAttribute>]
type DTP_DBTIMESTAMPOFFSET = struct end
JScript admite el uso de estructuras, pero no la declaración de otras nuevas.
El tipo DTP_DBTIMESTAMPOFFSET expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de ValueType.) | |
GetHashCode | (Se hereda de ValueType.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de ValueType.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
day | Infraestructura. Specifies the day of the month. | |
fraction | Infraestructura. Specifies the fractional seconds. | |
hour | Infraestructura. Specifies the hour. | |
minute | Infraestructura. Specifies the minute. | |
month | Infraestructura. Specifies the month. | |
second | Infraestructura. Specifies the second. | |
timezone_hour | Infraestructura. Specifies the timezone hour offset. | |
timezone_minute | Infraestructura. Specifies the timezone minute offset. | |
year | Infraestructura. Specifies the year. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.