Event 构造函数 (Session, String)

Initializes a new instance of the Event class from the parent Package object and the name of the event.

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
Public Sub New ( _
    parent As Session, _
    name As String _
)
用法
Dim parent As Session 
Dim name As String 

Dim instance As New Event(parent, _
    name)
public Event(
    Session parent,
    string name
)
public:
Event(
    Session^ parent, 
    String^ name
)
new : 
        parent:Session * 
        name:string -> Event
public function Event(
    parent : Session, 
    name : String
)

参数

  • name
    类型:System.String
    The fully qualified name of the event as a string.

异常

异常 条件
ArgumentNullException

Parameter name is null.

XEventException

The event name is malformed or wrong.

NullReferenceException

The parent of the session is not set yet.

请参阅

参考

Event 类

Event 重载

Microsoft.SqlServer.Management.XEvent 命名空间