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
)
参数
- other
类型:Microsoft.SqlServer.Management.XEvent.EventField.Key
A iEventField.Key object.