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