PipelineBuffer.GetDate Yöntemi
Alır DateTime depolanan değeri PipelineBuffer sütun.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline
Derleme: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost içinde.dll)
Sözdizimi
'Bildirim
Public Function GetDate ( _
columnIndex As Integer _
) As DateTime
'Kullanım
Dim instance As PipelineBuffer
Dim columnIndex As Integer
Dim returnValue As DateTime
returnValue = instance.GetDate(columnIndex)
public DateTime GetDate(
int columnIndex
)
public:
DateTime GetDate(
int columnIndex
)
member GetDate :
columnIndex:int -> DateTime
public function GetDate(
columnIndex : int
) : DateTime
Parametreler
- columnIndex
Tür: System.Int32
Sütun dizini PipelineBuffer satır.
Dönüş Değeri
Tür: System.DateTime
DateTime depolanan değeri PipelineBuffer sütun.
Açıklamalar
Bu yöntem ile çalışır DT_DBDATE veri türü Integration Services.
Varsa değeri sütun NULL, PipelineBuffer atar bir ColumnIsNullException.Çağırarak bir null değerini kontrol edebilirsiniz IsNull yöntem.
Eksiksiz bir listesini görmek için Integration Services veri türleri ve karşılık gelen Al ve Set yöntemleri PipelineBuffer sınıfına her türü ile kullanmak için bkz: Veri akışı veri türleriyle çalışma.