TypeInfo.Key Constructor (TypeInfo.Key)
Initializes a new instance of the TargetInfo class.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
Public Sub New ( _
other As TypeInfo.Key _
)
'Usage
Dim other As TypeInfo.Key
Dim instance As New TypeInfo.Key(other)
public Key(
TypeInfo.Key other
)
public:
Key(
TypeInfo.Key^ other
)
new :
other:TypeInfo.Key -> Key
public function TypeInfo.Key(
other : TypeInfo.Key
)
Parameters
- other
Type: Microsoft.SqlServer.Management.XEvent.TypeInfo.Key
A TargetInfo object.