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.