Compartir a través de


PublishedEventField.Name Propiedad

Gets the name of the event field.

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

Sintaxis

'Declaración
Public ReadOnly Property Name As String 
    Get
'Uso
Dim instance As PublishedEventField 
Dim value As String 

value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
    String^ get () sealed;
}
abstract Name : string 
override Name : string
final function get Name () : String

Valor de la propiedad

Tipo: System.String
The name of the event field.

Implementa

IField.Name

Vea también

Referencia

PublishedEventField Clase

Espacio de nombres Microsoft.SqlServer.XEvent.Linq