IDTSBuffer90.SwapRows Method
IDTSBuffer90 の 2 つの行の場所を入れ替えます。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (microsoft.sqlserver.dtspipelinewrap.dll 内)
構文
'宣言
Sub SwapRows ( _
<InAttribute> hOne As Integer, _
<InAttribute> hOther As Integer _
)
void SwapRows (
[InAttribute] int hOne,
[InAttribute] int hOther
)
void SwapRows (
[InAttribute] int hOne,
[InAttribute] int hOther
)
void SwapRows (
/** @attribute InAttribute() */ int hOne,
/** @attribute InAttribute() */ int hOther
)
function SwapRows (
hOne : int,
hOther : int
)
パラメータ
- hOne
1 番目の行へのハンドルです。
- hOther
2 番目の行へのハンドルです。
解説
このメソッドは、IDTSBuffer90 の 2 つの行の場所を入れ替えます。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace