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