共用方式為


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 命名空間