PipelineBuffer.GetTime(Int32) 方法

定义

获取存储在列中的 PipelineBuffer TimeSpan 值。

public:
 TimeSpan GetTime(int columnIndex);
public TimeSpan GetTime (int columnIndex);
member this.GetTime : int -> TimeSpan
Public Function GetTime (columnIndex As Integer) As TimeSpan

参数

columnIndex
Int32

PipelineBuffer 行中列的索引。

返回

存储在列中的 PipelineBuffer TimeSpan 值。

注解

此方法适用于以下 Integration Services 数据类型:

该方法 GetTime 检索 TimeSpan 数据类型列的值, DT_DBTIME 以及 DT_DBTIME2

如果列的值为 null,则 PipelineBuffer 引发一个 ColumnIsNullException。 可以通过调用 IsNull 方法来检查 null 值。

有关 Integration Services 数据类型的完整列表以及用于每种类型的类的相应GetSet方法PipelineBuffer,请参阅数据流中的“处理数据类型”。

适用于