Costruttore EventInfo.Key (EventInfo.Key)
Initializes a new instance of the EventInfo.Key class from another EventInfo.Key object.
Spazio dei nomi Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
other As EventInfo.Key _
)
'Utilizzo
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
)
Parametri
- other
Tipo: Microsoft.SqlServer.Management.XEvent.EventInfo.Key
A EventInfo.Key object.