EventInfo.Key 构造函数 (EventInfo.Key)

Initializes a new instance of the EventInfo.Key class from another EventInfo.Key object.

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

语法

声明
Public Sub New ( _
    other As EventInfo.Key _
)
用法
Dim other As EventInfo.Key 

Dim instance As New EventInfo.Key(other)
public Key(
    EventInfo.Key other
)
public:
Key(
    EventInfo.Key^ other
)
new : 
        other:EventInfo.Key -> Key
public function EventInfo.Key(
    other : EventInfo.Key
)

参数

请参阅

参考

EventInfo.Key 类

EventInfo.Key 重载

Microsoft.SqlServer.Management.XEvent 命名空间