次の方法で共有


IDTSComponentMetaData100.FireProgress メソッド

OnProgress イベントを発生させます。

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

構文

'宣言
Sub FireProgress ( _
    bstrProgressDescription As String, _
    lPercentComplete As Integer, _
    lProgressCountLow As Integer, _
    lProgressCountHigh As Integer, _
    bstrSubComponent As String, _
    <OutAttribute> ByRef pbFireAgain As Boolean _
)
'使用
Dim instance As IDTSComponentMetaData100 
Dim bstrProgressDescription As String 
Dim lPercentComplete As Integer 
Dim lProgressCountLow As Integer 
Dim lProgressCountHigh As Integer 
Dim bstrSubComponent As String 
Dim pbFireAgain As Boolean

instance.FireProgress(bstrProgressDescription, _
    lPercentComplete, lProgressCountLow, _
    lProgressCountHigh, bstrSubComponent, _
    pbFireAgain)
void FireProgress(
    string bstrProgressDescription,
    int lPercentComplete,
    int lProgressCountLow,
    int lProgressCountHigh,
    string bstrSubComponent,
    out bool pbFireAgain
)
void FireProgress(
    [InAttribute] String^ bstrProgressDescription, 
    [InAttribute] int lPercentComplete, 
    [InAttribute] int lProgressCountLow, 
    [InAttribute] int lProgressCountHigh, 
    [InAttribute] String^ bstrSubComponent, 
    [InAttribute] [OutAttribute] bool% pbFireAgain
)
abstract FireProgress : 
        bstrProgressDescription:string * 
        lPercentComplete:int * 
        lProgressCountLow:int * 
        lProgressCountHigh:int * 
        bstrSubComponent:string * 
        pbFireAgain:bool byref -> unit
function FireProgress(
    bstrProgressDescription : String, 
    lPercentComplete : int, 
    lProgressCountLow : int, 
    lProgressCountHigh : int, 
    bstrSubComponent : String, 
    pbFireAgain : boolean
)

パラメーター

  • bstrProgressDescription
    型: System.String
    進行状況と状態の説明です。
  • lPercentComplete
    型: System.Int32
    完了したタスクの割合です。
  • lProgressCountLow
    型: System.Int32
    完了した単位の下位 32 ビットです。
  • lProgressCountHigh
    型: System.Int32
    完了した単位の上位 32 ビットです。
  • bstrSubComponent
    型: System.String
    イベントを発生させるコンポーネントの名前を表す文字列です。
  • pbFireAgain
    型: System.Boolean%
    タスクの実行が続行されたときにこのイベントを再度発生させる場合は true、発生させない場合は false です。

関連項目

参照

IDTSComponentMetaData100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間