IDTSComponentMetaData90.FireProgress Method
OnProgress イベントを発生させます。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (microsoft.sqlserver.dtspipelinewrap.dll 内)
構文
'宣言
<DispIdAttribute(134)> _
Sub FireProgress ( _
<InAttribute> bstrProgressDescription As String, _
<InAttribute> lPercentComplete As Integer, _
<InAttribute> lProgressCountLow As Integer, _
<InAttribute> lProgressCountHigh As Integer, _
<InAttribute> bstrSubComponent As String, _
<InAttribute> <OutAttribute> ByRef pbFireAgain As Boolean _
)
[DispIdAttribute(134)]
void FireProgress (
[InAttribute] string bstrProgressDescription,
[InAttribute] int lPercentComplete,
[InAttribute] int lProgressCountLow,
[InAttribute] int lProgressCountHigh,
[InAttribute] string bstrSubComponent,
[InAttribute] out bool pbFireAgain
)
[DispIdAttribute(134)]
void FireProgress (
[InAttribute] String^ bstrProgressDescription,
[InAttribute] int lPercentComplete,
[InAttribute] int lProgressCountLow,
[InAttribute] int lProgressCountHigh,
[InAttribute] String^ bstrSubComponent,
[InAttribute] [OutAttribute] bool% pbFireAgain
)
/** @attribute DispIdAttribute(134) */
void FireProgress (
/** @attribute InAttribute() */ String bstrProgressDescription,
/** @attribute InAttribute() */ int lPercentComplete,
/** @attribute InAttribute() */ int lProgressCountLow,
/** @attribute InAttribute() */ int lProgressCountHigh,
/** @attribute InAttribute() */ String bstrSubComponent,
/** @attribute InAttribute() */ /** @attribute OutAttribute() */ /** @ref */ boolean pbFireAgain
)
JScript は、値と型の引数の参照渡しをサポートしていません。
パラメータ
- bstrProgressDescription
進行状況と状態の説明です。
- lPercentComplete
完了したタスクの割合です。
- lProgressCountLow
完了した単位の下位 32 ビットです。
- lProgressCountHigh
完了した単位の上位 32 ビットです。
- bstrSubComponent
- pbFireAgain
タスクの実行が続行されたときにこのイベントを引き続き発生させる場合は true、発生させない場合は false です。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
IDTSComponentMetaData90 Interface
IDTSComponentMetaData90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace