PipelineBuffer.GetBlobLength Yöntemi
ikili büyük nesne (blob) içinde yer alan bayt sayısını alır PipelineBuffer 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 GetBlobLength ( _
columnIndex As Integer _
) As UInteger
'Kullanım
Dim instance As PipelineBuffer
Dim columnIndex As Integer
Dim returnValue As UInteger
returnValue = instance.GetBlobLength(columnIndex)
[CLSCompliantAttribute(false)]
public uint GetBlobLength(
int columnIndex
)
[CLSCompliantAttribute(false)]
public:
unsigned int GetBlobLength(
int columnIndex
)
[<CLSCompliantAttribute(false)>]
member GetBlobLength :
columnIndex:int -> uint32
public function GetBlobLength(
columnIndex : int
) : uint
Parametreler
- columnIndex
Tür: System.Int32
blob içeren sütun dizini.
Dönüş Değeri
Tür: System.UInt32
Bir ikili büyük nesne bayt sayısı.
Açıklamalar
GetBlobLength yöntem yer alan bayt sayısını belirlemek için kullanılan bir PipelineBuffersütun gibi bir blob veri türü içeren bir DT_IMAGE.Bu yöntem genellikle bir çağrı için önce çaðrýlýr GetBlobData yöntemi.Üçüncü bir parametre GetBlobData blob. almak için bayt sayısıSizi GetBlobLength önce GetBlobData , bir DAMLA tüm baytlar almak istediğiniz PipelineBuffer sütun.