Aracılığıyla paylaş


IDTSBufferManager100.GetColumnCount Yöntemi

Sütun sayısı bir belirtilen kayıtlı arabellek türü alır.

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

Sözdizimi

'Bildirim
Function GetColumnCount ( _
    hBufferType As Integer _
) As UInteger
'Kullanım
Dim instance As IDTSBufferManager100
Dim hBufferType As Integer
Dim returnValue As UInteger

returnValue = instance.GetColumnCount(hBufferType)
uint GetColumnCount(
    int hBufferType
)
unsigned int GetColumnCount(
    [InAttribute] int hBufferType
)
abstract GetColumnCount : 
        hBufferType:int -> uint32 
function GetColumnCount(
    hBufferType : int
) : uint

Parametreler

  • hBufferType
    Tür: System.Int32
    Kayıtlı arabellek kimliği.

Dönüş Değeri

Tür: System.UInt32
Kayıtlı için tanımlanan sütun sayısını belirten bir tamsayı IDTSBuffer100 nesne.

Açıklamalar

GetColumnCount yöntem için tanımlanan sütunların sayısını verir IDTSBuffer100 nesnesi tarafından tanımlanan hBufferType parametresi.Belirtilen arabellek definition, hBufferType , E_INVALIDARG hata oluşur yok.