Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Occurs when the Distribution Agent returns synchronization Com status information.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Event ComStatus As AgentCore.StatusEventHandler
'Usage
Dim instance As TransSynchronizationAgent
Dim handler As AgentCore.StatusEventHandler
AddHandler instance.ComStatus, handler
public event AgentCore.StatusEventHandler ComStatus
public:
event AgentCore.StatusEventHandler^ ComStatus {
void add (AgentCore.StatusEventHandler^ value);
void remove (AgentCore.StatusEventHandler^ value);
}
member ComStatus : IEvent<AgentCore.StatusEventHandler,
StatusEventArgs>
JScript supports the use of events, but not the declaration of new ones.