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

Creates a new instance of the EventField.Key class from another EventField.Key object.

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

语法

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

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

参数

请参阅

参考

EventField.Key 类

EventField.Key 重载

Microsoft.SqlServer.Management.XEvent 命名空间