SetStatus メソッド
IDTSBuffer100 の列の状態情報を設定します。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Sub SetStatus ( _
hRow As Integer, _
hCol As Integer, _
dbStatus As UInteger _
)
'使用
Dim instance As IDTSBuffer100
Dim hRow As Integer
Dim hCol As Integer
Dim dbStatus As UInteger
instance.SetStatus(hRow, hCol, dbStatus)
void SetStatus(
int hRow,
int hCol,
uint dbStatus
)
void SetStatus(
[InAttribute] int hRow,
[InAttribute] int hCol,
[InAttribute] unsigned int dbStatus
)
abstract SetStatus :
hRow:int *
hCol:int *
dbStatus:uint32 -> unit
function SetStatus(
hRow : int,
hCol : int,
dbStatus : uint
)
パラメーター
- hRow
型: System. . :: . .Int32
行ハンドルです。
- hCol
型: System. . :: . .Int32
列ハンドルです。
- dbStatus
型: System. . :: . .UInt32
列の状態情報です。
説明
このメソッドは、DTPSTATUSENUM でフラグを使用する IDTSBuffer100 において、列の状態情報を設定するために使用されます。バッファが BUFF_NOOLEDB フラグを設定して作成されていない場合、許容される状態値は、DTPSTATUS_OK または DTPSTATUS_ISNULL だけです。