Construtor Session.Key (Session.Key)
Initializes a new instance of the Session.Key class.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public Sub New ( _
other As Session.Key _
)
'Uso
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
)
Parâmetros
- other
Tipo: Microsoft.SqlServer.Management.XEvent.Session.Key
A Session.Key object.