この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Delegate that handles the Status event that is raised during agent execution.
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
Sub ComStatus ( _
sender As Object, _
args As StatusEventArgs _
)
'使用
Dim instance As IComStatusEvent
Dim sender As Object
Dim args As StatusEventArgs
instance.ComStatus(sender, args)
void ComStatus(
Object sender,
StatusEventArgs args
)
void ComStatus(
Object^ sender,
StatusEventArgs^ args
)
abstract ComStatus :
sender:Object *
args:StatusEventArgs -> unit
function ComStatus(
sender : Object,
args : StatusEventArgs
)
パラメーター
- sender
型: System.Object
The source of the status event.
- args
型: Microsoft.SqlServer.Replication.StatusEventArgs
A StatusEventArgs object that contains the event data.