TargetInfo.Key Constructor (TargetInfo.Key)
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.