Partager via


Méthode IComStatusEvent.ComStatus

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Delegate that handles the Status event that is raised during agent execution.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Sub ComStatus ( _
    sender As Object, _
    args As StatusEventArgs _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

IComStatusEvent Interface

Espace de noms Microsoft.SqlServer.Replication