Metodo IComStatusEvent.ComStatus
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Delegate that handles the Status event that is raised during agent execution.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
Sub ComStatus ( _
sender As Object, _
args As StatusEventArgs _
)
'Utilizzo
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
)
Parametri
- sender
Tipo: System.Object
The source of the status event.
- args
Tipo: Microsoft.SqlServer.Replication.StatusEventArgs
A StatusEventArgs object that contains the event data.