DTP_DBTIMESTAMP 结构
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
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.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Public Structure DTP_DBTIMESTAMP
用法
Dim instance As DTP_DBTIMESTAMP
public struct DTP_DBTIMESTAMP
public value class DTP_DBTIMESTAMP
[<SealedAttribute>]
type DTP_DBTIMESTAMP = struct end
JScript 支持使用结构,但不支持声明新结构。
DTP_DBTIMESTAMP 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Equals | (从 ValueType 继承。) | |
GetHashCode | (从 ValueType 继承。) | |
GetType | (从 Object 继承。) | |
ToString | (从 ValueType 继承。) |
页首
字段
名称 | 说明 | |
---|---|---|
day | 基础结构。Specifies the day of the month. | |
fraction | 基础结构。Specifies the fractional seconds. | |
hour | 基础结构。Specifies the hour. | |
minute | 基础结构。Specifies the minute. | |
month | 基础结构。Specifies the month. | |
second | 基础结构。Specifies the second. | |
year | 基础结构。Specifies the year. |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。