IDTSBuffer100.SwapRows Yöntemi
İki satır konumunu değiştirir bir IDTSBuffer100.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)
Sözdizimi
'Bildirim
Sub SwapRows ( _
hOne As Integer, _
hOther As Integer _
)
'Kullanım
Dim instance As IDTSBuffer100
Dim hOne As Integer
Dim hOther As Integer
instance.SwapRows(hOne, hOther)
void SwapRows(
int hOne,
int hOther
)
void SwapRows(
[InAttribute] int hOne,
[InAttribute] int hOther
)
abstract SwapRows :
hOne:int *
hOther:int -> unit
function SwapRows(
hOne : int,
hOther : int
)
Parametreler
- hOne
Tür: System.Int32
İlk satır için tanıtıcı.
- hOther
Tür: System.Int32
İkinci satır için tanıtıcı.