Compartilhar via


Classe ServerMessageEventArgs

Provides information about a server message event.

Hierarquia de herança

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.SqlServer.Management.MultiServerConnection..::..ServerMessageEventArgs

Namespace:  Microsoft.SqlServer.Management.MultiServerConnection
Assembly:  Microsoft.SqlServer.Management.MultiServerConnection (em Microsoft.SqlServer.Management.MultiServerConnection.dll)

Sintaxe

'Declaração
Public Class ServerMessageEventArgs _
    Inherits EventArgs _
    Implements IResultInfo
'Uso
Dim instance As ServerMessageEventArgs
public class ServerMessageEventArgs : EventArgs, 
    IResultInfo
public ref class ServerMessageEventArgs : public EventArgs, 
    IResultInfo
type ServerMessageEventArgs =  
    class
        inherit EventArgs
        interface IResultInfo
    end
public class ServerMessageEventArgs extends EventArgs implements IResultInfo

O tipo ServerMessageEventArgs expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ServerMessageEventArgs Initializes a new instance of the ServerMessageEventArgs class.

Início

Propriedades

  Nome Descrição
Propriedade pública BatchStartingLine Gets the starting line of the batch in the editor.
Propriedade pública BatchText Gets the text of the Transact-SQL batch that was executed.
Propriedade pública CompletedSuccessfully Gets true if execution was successful, false if there was an exception.
Propriedade pública ConnectionInfo Gets the connection info of the connection producing the result.
Propriedade pública Errors Gets the messages that were returned by the server.
Propriedade pública Exception Gets the exception that was thrown while executing the Transact-SQL batch.
Propriedade pública ExecutionTime Gets the amount of client wall-time it took to get the result back from the server.
Propriedade pública LoginName Gets the name of the login executing the batch.
Propriedade pública ServerDisplayName Gets the display name of the server where the batch was executed.
Propriedade pública ServerName Gets the name of the server where the batch was executed.
Propriedade pública StartTime Gets the time when the batch was submitted.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.