Compartir a través de


EventInfo.Key Constructor (String)

Initializes a new instance of the EventInfo.Key class from the name 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 ( _
    name As String _
)
'Uso
Dim name As String 

Dim instance As New EventInfo.Key(name)
public Key(
    string name
)
public:
Key(
    String^ name
)
new : 
        name:string -> Key
public function EventInfo.Key(
    name : String
)

Parámetros

Vea también

Referencia

EventInfo.Key Clase

Sobrecarga de EventInfo.Key

Espacio de nombres Microsoft.SqlServer.Management.XEvent