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