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 TargetInfo.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 TargetInfo.Key _
)
'Usage
Dim other As TargetInfo.Key
Dim instance As New TargetInfo.Key(other)
public Key(
TargetInfo.Key other
)
public:
Key(
TargetInfo.Key^ other
)
new :
other:TargetInfo.Key -> Key
public function TargetInfo.Key(
other : TargetInfo.Key
)
Parameters
- other
Type: Microsoft.SqlServer.Management.XEvent.TargetInfo.Key
A TargetInfo.Key object.