Класс ServerMessageEventArgs

Provides information about a server message event.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Management.MultiServerConnection
Сборка:  Microsoft.SqlServer.Management.MultiServerConnection (в Microsoft.SqlServer.Management.MultiServerConnection.dll)

Синтаксис

'Декларация
Public Class ServerMessageEventArgs _
    Inherits EventArgs _
    Implements IResultInfo
'Применение
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

Тип ServerMessageEventArgs обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ServerMessageEventArgs Initializes a new instance of the ServerMessageEventArgs class.

В начало

Свойства

  Имя Описание
Открытое свойство BatchStartingLine Gets the starting line of the batch in the editor.
Открытое свойство BatchText Gets the text of the Transact-SQL batch that was executed.
Открытое свойство CompletedSuccessfully Gets true if execution was successful, false if there was an exception.
Открытое свойство ConnectionInfo Gets the connection info of the connection producing the result.
Открытое свойство Errors Gets the messages that were returned by the server.
Открытое свойство Exception Gets the exception that was thrown while executing the Transact-SQL batch.
Открытое свойство ExecutionTime Gets the amount of client wall-time it took to get the result back from the server.
Открытое свойство LoginName Gets the name of the login executing the batch.
Открытое свойство ServerDisplayName Gets the display name of the server where the batch was executed.
Открытое свойство ServerName Gets the name of the server where the batch was executed.
Открытое свойство StartTime Gets the time when the batch was submitted.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.