Método IComStatusEvent.ComStatus
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Delegate that handles the Status event that is raised during agent execution.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
Sub ComStatus ( _
sender As Object, _
args As StatusEventArgs _
)
'Uso
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
)
Parâmetros
- sender
Tipo: System.Object
The source of the status event.
- args
Tipo: Microsoft.SqlServer.Replication.StatusEventArgs
A StatusEventArgs object that contains the event data.