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