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

Initializes a new instance of Event.Key class from another Event.Key object.

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

语法

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

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

参数

请参阅

参考

Event.Key 类

Event.Key 重载

Microsoft.SqlServer.Management.XEvent 命名空间