Compartir a través de


EventColumnInfo.Key.Name Propiedad

Gets the name of an instance of [T::Microsoft.SqlServer.Management.XEvent.EventColumnInfo.Key].

Espacio de nombres:  Microsoft.SqlServer.Management.XEvent
Ensamblado:  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Sintaxis

'Declaración
Public ReadOnly Property Name As String 
    Get
'Uso
Dim instance As EventColumnInfo.Key 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string
function get Name () : String

Valor de la propiedad

Tipo: System.String
A string that contains the name.

Vea también

Referencia

EventColumnInfo.Key Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent