Estructura DTP_DBTIMESTAMP
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. The fractional seconds have a maximum scale of 3 digits.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Structure DTP_DBTIMESTAMP
'Uso
Dim instance As DTP_DBTIMESTAMP
public struct DTP_DBTIMESTAMP
public value class DTP_DBTIMESTAMP
[<SealedAttribute>]
type DTP_DBTIMESTAMP = struct end
JScript admite el uso de estructuras, pero no la declaración de otras nuevas.
El tipo DTP_DBTIMESTAMP 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. | |
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.