Constructeur Event.Key (Event.Key)
Initializes a new instance of Event.Key class from another Event.Key object.
Espace de noms : Microsoft.SqlServer.Management.XEvent
Assembly : Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Syntaxe
'Déclaration
Public Sub New ( _
other As Event.Key _
)
'Utilisation
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
)
Paramètres
- other
Type : Microsoft.SqlServer.Management.XEvent.Event.Key
A Event.Key object.