ActionInfo.Key Constructor (ActionInfo.Key)
Initializes a new instance of the ActionInfo.Key class from a ActionInfo.Key object provided by the other parameter.
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 ActionInfo.Key _
)
'Uso
Dim other As ActionInfo.Key
Dim instance As New ActionInfo.Key(other)
public Key(
ActionInfo.Key other
)
public:
Key(
ActionInfo.Key^ other
)
new :
other:ActionInfo.Key -> Key
public function ActionInfo.Key(
other : ActionInfo.Key
)
Parámetros
- other
Tipo: Microsoft.SqlServer.Management.XEvent.ActionInfo.Key
A ActionInfo.Key object.