Condividi tramite


ConnectionManager.RemoteLoginFailed Event

This event occurs when a remote login fails to connect to the instance of SQL Server.

Spazio dei nomi: Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Sintassi

'Dichiarazione
Public Event RemoteLoginFailed As ServerMessageEventHandler
public event ServerMessageEventHandler RemoteLoginFailed
public:
event ServerMessageEventHandler^ RemoteLoginFailed {
    void add (ServerMessageEventHandler^ value);
    void remove (ServerMessageEventHandler^ value);
}
/** @event */
public void add_RemoteLoginFailed (ServerMessageEventHandler value)

/** @event */
public void remove_RemoteLoginFailed (ServerMessageEventHandler value)
JScript non supporta la dichiarazione di nuovi eventi ma ne supporta l'utilizzo.

Osservazioni

The event is handled by the specified event handler.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ConnectionManager Class
ConnectionManager Members
Microsoft.SqlServer.Management.Common Namespace