Compartir a través de


EventColumnInfo.Key Constructor (String)

Creates a new instance of the EventColumnInfo.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 EventColumnInfo.Key(name)
public Key(
    string name
)
public:
Key(
    String^ name
)
new : 
        name:string -> Key
public function EventColumnInfo.Key(
    name : String
)

Parámetros

Vea también

Referencia

EventColumnInfo.Key Clase

Sobrecarga de EventColumnInfo.Key

Espacio de nombres Microsoft.SqlServer.Management.XEvent