Construtor Event.Key (Event.Key)
Initializes a new instance of Event.Key class from another Event.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 Event.Key _
)
'Uso
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
)
Parâmetros
- other
Tipo: Microsoft.SqlServer.Management.XEvent.Event.Key
A Event.Key object.