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