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 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。