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