Aracılığıyla paylaş


IDTSBuffer100.GetBLOBLength Yöntemi

Yer alan bayt sayısını alır bir sütun , bir IDTSBuffer100.

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

Sözdizimi

'Bildirim
Sub GetBLOBLength ( _
    hRow As Integer, _
    hCol As Integer, _
    <OutAttribute> ByRef pdwBytes As UInteger _
)
'Kullanım
Dim instance As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim pdwBytes As UInteger

instance.GetBLOBLength(hRow, hCol, pdwBytes)
void GetBLOBLength(
    int hRow,
    int hCol,
    out uint pdwBytes
)
void GetBLOBLength(
    [InAttribute] int hRow, 
    [InAttribute] int hCol, 
    [OutAttribute] unsigned int% pdwBytes
)
abstract GetBLOBLength : 
        hRow:int * 
        hCol:int * 
        pdwBytes:uint32 byref -> unit 
function GetBLOBLength(
    hRow : int, 
    hCol : int, 
    pdwBytes : uint
)

Parametreler

  • pdwBytes
    Tür: System.UInt32%
    Bir out parametresi satır. bayt sayısını içerir

Açıklamalar

GetBLOBLength yöntem gibi bir ikili büyük nesne (blob) veri türü içeren bir sütun bayt sayısını belirlemek için kullanılan bir DT_IMAGE.Bu yöntem genellikle bir çağrı önce çaðrýlýr GetBLOBData yöntemi.Üçüncü bir parametre GetBLOBData blob. almak için bayt sayısıArama önce bu yöntem çağırın GetBLOBData almak tüm bayt cinsinden bir blob sütun.