Share via


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

See Also

Reference

TypeInfo.Key Class

TypeInfo.Key Overload

Microsoft.SqlServer.Management.XEvent Namespace