Construtor EventInfo.Key (EventInfo.Key)
Initializes a new instance of the EventInfo.Key class from another EventInfo.Key object.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public Sub New ( _
other As EventInfo.Key _
)
'Uso
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
)
Parâmetros
- other
Tipo: Microsoft.SqlServer.Management.XEvent.EventInfo.Key
A EventInfo.Key object.