Aracılığıyla paylaş


DTSBufferManagerClass.GetRowWidth Yöntemi

Arabellek türü tanımı için tanımlanmış satır boyutunu alır.

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

Sözdizimi

'Bildirim
Public Overridable Function GetRowWidth ( _
    hBufferType As Integer _
) As Integer
'Kullanım
Dim instance As DTSBufferManagerClass
Dim hBufferType As Integer
Dim returnValue As Integer

returnValue = instance.GetRowWidth(hBufferType)
public virtual int GetRowWidth(
    int hBufferType
)
public:
virtual int GetRowWidth(
    [InAttribute] int hBufferType
)
abstract GetRowWidth : 
        hBufferType:int -> int 
override GetRowWidth : 
        hBufferType:int -> int 
public function GetRowWidth(
    hBufferType : int
) : int

Parametreler

  • hBufferType
    Tür: System.Int32
    Belirtilen arabellek türü tanımı satır boyutları döndürülür.

Dönüş Değeri

Tür: System.Int32
Bir işaretsiz tamsayı tarafından arabellek türü tanımı için tanımlanmış satır bayt cinsinden boyutunu belirtir.

Uygulamalar

IDTSBufferManager100.GetRowWidth(Int32)