次の方法で共有


IDTSBuffer90.SetStatus Method

IDTSBuffer90 の列の状態情報を設定します。

名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (microsoft.sqlserver.dtspipelinewrap.dll 内)

構文

'宣言
Sub SetStatus ( _
    <InAttribute> hRow As Integer, _
    <InAttribute> hCol As Integer, _
    <InAttribute> dbStatus As UInteger _
)
void SetStatus (
    [InAttribute] int hRow,
    [InAttribute] int hCol,
    [InAttribute] uint dbStatus
)
void SetStatus (
    [InAttribute] int hRow, 
    [InAttribute] int hCol, 
    [InAttribute] unsigned int dbStatus
)
void SetStatus (
    /** @attribute InAttribute() */ int hRow, 
    /** @attribute InAttribute() */ int hCol, 
    /** @attribute InAttribute() */ UInt32 dbStatus
)
function SetStatus (
    hRow : int, 
    hCol : int, 
    dbStatus : uint
)

パラメータ

  • hRow
    行ハンドルです。
  • hCol
    列ハンドルです。
  • dbStatus
    列の状態情報です。

解説

このメソッドは、DTPSTATUSENUM でフラグを使用する IDTSBuffer90 において、列の状態情報を設定するために使用されます。バッファが BUFF_NOOLEDB フラグを設定して作成されていない場合、許容される状態値は、DTPSTATUS_OK または DTPSTATUS_ISNULL だけです。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

IDTSBuffer90 Interface
IDTSBuffer90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace