Initializes a new instance of the EventInfo.Key class from another EventInfo.Key object.
命名空間: Microsoft.SqlServer.Management.XEvent
組件: Microsoft.SqlServer.Management.XEvent (在 Microsoft.SqlServer.Management.XEvent.dll 中)
語法
'宣告
Public Sub New ( _
other As EventInfo.Key _
)
'用途
Dim other As EventInfo.Key
Dim instance As New EventInfo.Key(other)
public Key(
EventInfo.Key other
)
public:
Key(
EventInfo.Key^ other
)
new :
other:EventInfo.Key -> Key
public function EventInfo.Key(
other : EventInfo.Key
)
參數
- other
型別:Microsoft.SqlServer.Management.XEvent.EventInfo.Key
A EventInfo.Key object.