Udostępnij za pośrednictwem


Metoda PipelineBuffer.GetDateTime

Pobiera DateTime wartość przechowywaną w PipelineBuffer kolumna.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline
Zestaw:  Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)

Składnia

'Deklaracja
Public Function GetDateTime ( _
    columnIndex As Integer _
) As DateTime
'Użycie
Dim instance As PipelineBuffer
Dim columnIndex As Integer
Dim returnValue As DateTime

returnValue = instance.GetDateTime(columnIndex)
public DateTime GetDateTime(
    int columnIndex
)
public:
DateTime GetDateTime(
    int columnIndex
)
member GetDateTime : 
        columnIndex:int -> DateTime 
public function GetDateTime(
    columnIndex : int
) : DateTime

Parametry

Wartość zwracana

Typ: System.DateTime
DateTime wartość przechowywaną w PipelineBuffer kolumna.

Uwagi

Metoda ta działa z następującymi Integration Services typy danych:

Jeśli wartość kolumna jest null, PipelineBuffer daje ColumnIsNullException.Można sprawdzić, czy wartość null, wywołując IsNull metoda.

Pełną listę Integration Services typów danych i odpowiadających im uzyskać i ustawić metody PipelineBuffer klasy za pomocą każdego typu, zobacz Praca z typami danych w przepływu danych.