Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the Target.Key class.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Sub New ( _
other As Target.Key _
)
'Usage
Dim other As Target.Key
Dim instance As New Target.Key(other)
public Key(
Target.Key other
)
public:
Key(
Target.Key^ other
)
new :
other:Target.Key -> Key
public function Target.Key(
other : Target.Key
)
Parameters
- other
Type: Microsoft.SqlServer.Management.XEvent.Target.Key
A Target.Key object.