Aracılığıyla paylaş


PipelineBuffer.GetUInt64 Yöntemi

Alır ulong arabellekte saklanan değeri sütun.

Bu API, CLS ile uyumlu değildir. 

Ad Alanı:  Microsoft.SqlServer.Dts.Pipeline
Derleme:  Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost içinde.dll)

Sözdizimi

'Bildirim
<CLSCompliantAttribute(False)> _
Public Function GetUInt64 ( _
    columnIndex As Integer _
) As ULong
'Kullanım
Dim instance As PipelineBuffer
Dim columnIndex As Integer
Dim returnValue As ULong

returnValue = instance.GetUInt64(columnIndex)
[CLSCompliantAttribute(false)]
public ulong GetUInt64(
    int columnIndex
)
[CLSCompliantAttribute(false)]
public:
unsigned long long GetUInt64(
    int columnIndex
)
[<CLSCompliantAttribute(false)>]
member GetUInt64 : 
        columnIndex:int -> uint64 
public function GetUInt64(
    columnIndex : int
) : ulong

Parametreler

  • columnIndex
    Tür: System.Int32
    Dizini sütun arabellek satırda.

Dönüş Değeri

Tür: System.UInt64
Ulong arabellekte saklanan değeri sütun.

Açıklamalar

Bu yöntem ile çalışır DT_UI8 veri türü Integration Services.

Arabellek sütun DataType değil DT_UI8, PipelineBuffer üreten bir UnsupportedBufferDataTypeException.

Varsa değeri sütun NULL, PipelineBuffer üreten bir ColumnIsNullException.Null için ilk arama tarafından 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.