Méthode ComStatus
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
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
- sender
Type : System. . :: . .Object