Session.Key Constructor (Session.Key)
Initializes a new instance of the Session.Key class.
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
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.