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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間